Pagination for Merge Requests. Fixed for issues
This commit is contained in:
parent
755a894c91
commit
52d8ed9e4f
6 changed files with 24 additions and 17 deletions
|
@ -7,7 +7,6 @@
|
|||
-# paginator: the paginator that renders the pagination tags inside
|
||||
= paginator.render do
|
||||
%nav.gitlab_pagination
|
||||
-#= first_page_tag unless current_page.first?
|
||||
= prev_page_tag
|
||||
- each_page do |page|
|
||||
- if page.left_outer? || page.right_outer? || page.inside_window?
|
||||
|
@ -15,4 +14,3 @@
|
|||
- elsif !page.was_truncated?
|
||||
= gap_tag
|
||||
= next_page_tag
|
||||
-#= last_page_tag unless current_page.last?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue