Commit f62b770d30a8283ef26c216b60ddf38851f530f6

Authored by Manuel Meurer
1 parent f7dd4a82
Exists in master and in 1 other branch production

Fix padding between pagination links

app/views/kaminari/notices/_paginator.html.haml
@@ -6,9 +6,9 @@ @@ -6,9 +6,9 @@
6 -# remote: data-remote 6 -# remote: data-remote
7 -# paginator: the paginator that renders the pagination tags inside 7 -# paginator: the paginator that renders the pagination tags inside
8 = paginator.render do 8 = paginator.render do
9 - .notice-pagination< 9 + .notice-pagination
10 = next_page_tag 10 = next_page_tag
11 - |&nbsp; 11 + |
12 = prev_page_tag 12 = prev_page_tag
13 .notice-pagination-loader= image_tag 'loader.gif' 13 .notice-pagination-loader= image_tag 'loader.gif'
14 viewing occurrence #{page_count_from_end(current_page, total_pages)} of #{total_pages} 14 viewing occurrence #{page_count_from_end(current_page, total_pages)} of #{total_pages}