templates/index.html.ep
changeset 47 b8a7a5ec6461
parent 36 703f1af889d1
child 67 9e95be0b1b8c
--- a/templates/index.html.ep	Wed Aug 20 00:07:32 2014 +0200
+++ b/templates/index.html.ep	Wed Aug 27 23:51:42 2014 +0200
@@ -23,8 +23,5 @@
 % }
 % end
 % if($pager->first_page != $pager->last_page) {
-  %= t ul => (class => "pagination") => begin
-    % my $url = Mojo::URL->new->query({ page => '{page}'});
-    %= pagination($pager->current_page, $pager->last_page => $url);
-  % end
+  %= bootstrap_pagination($pager->current_page, $pager->last_page);
 % }