Commit f62b770d30a8283ef26c216b60ddf38851f530f6
1 parent
f7dd4a82
Exists in
master
and in
1 other branch
Fix padding between pagination links
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/kaminari/notices/_paginator.html.haml
... | ... | @@ -6,9 +6,9 @@ |
6 | 6 | -# remote: data-remote |
7 | 7 | -# paginator: the paginator that renders the pagination tags inside |
8 | 8 | = paginator.render do |
9 | - .notice-pagination< | |
9 | + .notice-pagination | |
10 | 10 | = next_page_tag |
11 | - | | |
11 | + | | |
12 | 12 | = prev_page_tag |
13 | 13 | .notice-pagination-loader= image_tag 'loader.gif' |
14 | 14 | viewing occurrence #{page_count_from_end(current_page, total_pages)} of #{total_pages} | ... | ... |