Commit 76f3898fbf13bb4a4b7cf910c393177ae19bd25e

Authored by Dmitriy Zaporozhets
1 parent f58dc8e6

Fix milestones list pagination style

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
app/views/milestones/index.html.haml
@@ -21,12 +21,12 @@ @@ -21,12 +21,12 @@
21 = link_to project_milestones_path(@project, f: "all") do 21 = link_to project_milestones_path(@project, f: "all") do
22 All 22 All
23 .span9 23 .span9
24 - %div.ui-box 24 + .ui-box
25 %ul.well-list 25 %ul.well-list
26 = render @milestones 26 = render @milestones
27 27
28 - - if @milestones.present?  
29 - %li.bottom= paginate @milestones, theme: "gitlab"  
30 - - else 28 + - if @milestones.blank?
31 %li 29 %li
32 %h3.nothing_here_message Nothing to show here 30 %h3.nothing_here_message Nothing to show here
  31 +
  32 + = paginate @milestones, theme: "gitlab"