Fix milestones list pagination style

This commit is contained in:
Dmitriy Zaporozhets 2013-05-23 11:44:24 +03:00
parent f58dc8e6c9
commit 76f3898fbf
1 changed files with 4 additions and 4 deletions

View File

@ -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"