app/views/kaminari/google/_page_link.html.haml in kaminari-0.9.3 vs app/views/kaminari/google/_page_link.html.haml in kaminari-0.9.4

- old
+ new

@@ -1,9 +1,2 @@ --# available local variables: - page: the page number of this page - page_url: url to this page - current_page: the page number of currently displayed page - num_pages: total number of pages - per_page: number of items to fetch per page - remote: data-remote %td - = link_to raw(%Q[<span class="csb ch" style="background-position:-74px 0;width:20px"></span>#{page}]), page_url, :class => 'fl', :remote => remote + = link_to raw(%Q[<span class="csb ch" style="background-position:-74px 0;width:20px"></span>#{page}]), url, :class => 'fl', :remote => remote