summaryrefslogtreecommitdiff
path: root/templates/headers/_pagination1.html.ep
blob: 0e000f94507477a9336110465d15eee127d17372 (plain)
1
2
3
4
5
6
7
<div>
  <a href="<%= url_with->query({start => $prev_page->[0]}) %>"> ← </a>
  <a href="<%= url_with->query({start => $first_page->[0]}) %>"> ↞ </a>
  [<%= l('page [_1] of [_2]', $current_page+1, $total_pages) %>]
  <a href="<%= url_with->query({start => $last_page->[0]}) %>"> ↠ </a>
  <a href="<%= url_with->query({start => $next_page->[0]}) %>"> → </a>
</div>