summaryrefslogtreecommitdiffstats
path: root/templates/pagenav.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pagenav.html')
-rw-r--r--templates/pagenav.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/templates/pagenav.html b/templates/pagenav.html
deleted file mode 100644
index 93194999..00000000
--- a/templates/pagenav.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<ul class="pagination pagination-sm pull-right">
- {{#pages}}
- {{#current}}
- <li class="active"><a href="{{url}}page={{page}}">{{text}} <span class="sr-only">(current)</span></a></li>
- {{/current}}
- {{^current}}
- {{#text}}
- <li><a href="{{url}}page={{page}}">{{text}}</a></li>
- {{/text}}
- {{^text}}
- <li class="disabled"><a href="#">&hellip;</a></li>
- {{/text}}
- {{/current}}
- {{/pages}}
-</ul>
-<div class="clearfix"></div> \ No newline at end of file