1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

remove haml and slim changes

This commit is contained in:
Frances Botsford 2017-01-13 10:20:21 -05:00
parent 9302766728
commit a4d98f9d36
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
-# remote: data-remote
-# paginator: the paginator that renders the pagination tags inside
= paginator.render do
%nav.pagination{ role: 'navigation', aria: { label: "pager" } }
%nav.pagination
= first_page_tag unless current_page.first?
= prev_page_tag unless current_page.first?
- each_page do |page|

View file

@ -7,7 +7,7 @@
paginator : the paginator that renders the pagination tags inside
== paginator.render do
nav.pagination role="navigation" aria-label="pager"
nav.pagination
== first_page_tag unless current_page.first?
== prev_page_tag unless current_page.first?
- each_page do |page|