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:
parent
9302766728
commit
a4d98f9d36
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
-# remote: data-remote
|
-# remote: data-remote
|
||||||
-# paginator: the paginator that renders the pagination tags inside
|
-# paginator: the paginator that renders the pagination tags inside
|
||||||
= paginator.render do
|
= paginator.render do
|
||||||
%nav.pagination{ role: 'navigation', aria: { label: "pager" } }
|
%nav.pagination
|
||||||
= first_page_tag unless current_page.first?
|
= first_page_tag unless current_page.first?
|
||||||
= prev_page_tag unless current_page.first?
|
= prev_page_tag unless current_page.first?
|
||||||
- each_page do |page|
|
- each_page do |page|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
paginator : the paginator that renders the pagination tags inside
|
paginator : the paginator that renders the pagination tags inside
|
||||||
|
|
||||||
== paginator.render do
|
== paginator.render do
|
||||||
nav.pagination role="navigation" aria-label="pager"
|
nav.pagination
|
||||||
== first_page_tag unless current_page.first?
|
== first_page_tag unless current_page.first?
|
||||||
== prev_page_tag unless current_page.first?
|
== prev_page_tag unless current_page.first?
|
||||||
- each_page do |page|
|
- each_page do |page|
|
||||||
|
|
Loading…
Reference in a new issue