Fix milestones list pagination style

This commit is contained in:
Dmitriy Zaporozhets 2013-05-23 11:44:24 +03:00
parent f58dc8e6c9
commit 76f3898fbf

View file

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