Fix milestones list pagination style
This commit is contained in:
parent
f58dc8e6c9
commit
76f3898fbf
1 changed files with 4 additions and 4 deletions
|
@ -21,12 +21,12 @@
|
|||
= link_to project_milestones_path(@project, f: "all") do
|
||||
All
|
||||
.span9
|
||||
%div.ui-box
|
||||
.ui-box
|
||||
%ul.well-list
|
||||
= render @milestones
|
||||
|
||||
- if @milestones.present?
|
||||
%li.bottom= paginate @milestones, theme: "gitlab"
|
||||
- else
|
||||
- if @milestones.blank?
|
||||
%li
|
||||
%h3.nothing_here_message Nothing to show here
|
||||
|
||||
= paginate @milestones, theme: "gitlab"
|
||||
|
|
Loading…
Reference in a new issue