Skip to content

Commit

Permalink
Fix some typos in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleteti committed Nov 26, 2024
1 parent 0592496 commit 3a490be
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 279 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{include "partials/header.tpro"}}
{{extends "_layout.tpro"}}
{{block "body"}}
<script>
function doDelete(id) {
if (confirm('Are you sure?')) {
Expand Down Expand Up @@ -80,4 +81,4 @@
</form>
</div>
</div>
{{include "partials/footer.tpro"}}
{{endblock}}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{{include "partials/header.tpro" }}
{{extends "_layout.tpro"}}
{{block "body"}}

<div class="row_fluid">
<div class="col-sm-12">
<table class="table table-striped">
Expand Down Expand Up @@ -42,4 +44,4 @@
<a class="btn btn-primary btn-block" href="/new">Add New Person</a>
</div>
</div>
{{include "partials/footer.tpro"}}
{{endblock}}
Loading

0 comments on commit 3a490be

Please sign in to comment.