From f62b770d30a8283ef26c216b60ddf38851f530f6 Mon Sep 17 00:00:00 2001 From: Manuel Meurer Date: Sun, 10 Mar 2013 11:33:54 +0100 Subject: [PATCH] Fix padding between pagination links --- app/views/kaminari/notices/_paginator.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/kaminari/notices/_paginator.html.haml b/app/views/kaminari/notices/_paginator.html.haml index 9bb71c7..48055d6 100644 --- a/app/views/kaminari/notices/_paginator.html.haml +++ b/app/views/kaminari/notices/_paginator.html.haml @@ -6,9 +6,9 @@ -# remote: data-remote -# paginator: the paginator that renders the pagination tags inside = paginator.render do - .notice-pagination< + .notice-pagination = next_page_tag - |  + | = prev_page_tag .notice-pagination-loader= image_tag 'loader.gif' viewing occurrence #{page_count_from_end(current_page, total_pages)} of #{total_pages} -- libgit2 0.21.2