diff -r 278e9e00e3fd -r b8a7a5ec6461 templates/index.html.ep --- 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); % }