Skip to content

Commit

Permalink
include paginator
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Nov 4, 2016
1 parent 07a842a commit c41bbd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/files/input_types/list.html
Expand Up @@ -79,6 +79,7 @@ <h1>input_types List{{#parent_id}} for {{parent_label}}{{/parent_id}}</h1>
</div>
</div>
</div>
{{>paginator}}
</div>
</body>
</html>
1 change: 1 addition & 0 deletions tests/files/repeat/list.html
Expand Up @@ -72,6 +72,7 @@ <h1>repeat List{{#parent_id}} for {{parent_label}}{{/parent_id}}</h1>
</li>
</ul>
</div>
{{>paginator}}
</div>
</body>
</html>
1 change: 1 addition & 0 deletions tests/files/select/list.html
Expand Up @@ -72,6 +72,7 @@ <h1>select List{{#parent_id}} for {{parent_label}}{{/parent_id}}</h1>
</li>
</ul>
</div>
{{>paginator}}
</div>
</body>
</html>
1 change: 1 addition & 0 deletions xlsconv/templates/list.html
Expand Up @@ -84,6 +84,7 @@ <h1>[[form.title]] List{{#parent_id}} for {{parent_label}}{{/parent_id}}</h1>
</div>
[[/form.has_geo]]
</div>
{{>paginator}}
</div>
</body>
</html>

0 comments on commit c41bbd2

Please sign in to comment.