summaryrefslogtreecommitdiff
path: root/core/app/views/kaminari/_page.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'core/app/views/kaminari/_page.html.haml')
-rw-r--r--core/app/views/kaminari/_page.html.haml14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/app/views/kaminari/_page.html.haml b/core/app/views/kaminari/_page.html.haml
deleted file mode 100644
index 2f2f142..0000000
--- a/core/app/views/kaminari/_page.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
--# Link showing page number
--# available local variables
--# page: a page object for "this" page
--# url: url to this page
--# current_page: a page object for the currently displayed page
--# num_pages: total number of pages
--# per_page: number of items to fetch per page
--# remote: data-remote
-
-- if page.current?
- %li.active
- %span= page
-- else
- %li= link_to(page, url, {:remote => remote, :rel => page.next? ? 'next' : page.prev? ? 'prev' : nil})