Commit 98963feb315bd5ffefa0089f7e5ca3c4a8929ae5

Authored by Vasiliy Ermolovich
2 parents f7dd4a82 f62b770d
Exists in master and in 1 other branch production

Merge pull request #434 from krautcomputing/fix_padding_between_pagination_links

Fix padding between pagination links
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   - |&nbsp;
  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}
... ...