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
|
= link_to project_milestones_path(@project, f: "all") do
|
||||||
All
|
All
|
||||||
.span9
|
.span9
|
||||||
%div.ui-box
|
.ui-box
|
||||||
%ul.well-list
|
%ul.well-list
|
||||||
= render @milestones
|
= render @milestones
|
||||||
|
|
||||||
- if @milestones.present?
|
- if @milestones.blank?
|
||||||
%li.bottom= paginate @milestones, theme: "gitlab"
|
|
||||||
- else
|
|
||||||
%li
|
%li
|
||||||
%h3.nothing_here_message Nothing to show here
|
%h3.nothing_here_message Nothing to show here
|
||||||
|
|
||||||
|
= paginate @milestones, theme: "gitlab"
|
||||||
|
|
Loading…
Reference in a new issue