debian-mirror-gitlab/app/views/projects/milestones/index.html.haml
2015-09-11 14:41:01 +05:30

18 lines
527 B
Text

- page_title "Milestones"
.pull-right
- if can? current_user, :admin_milestone, @project
= link_to new_namespace_project_milestone_path(@project.namespace, @project), class: "pull-right btn btn-new", title: "New Milestone" do
%i.fa.fa-plus
New Milestone
= render 'shared/milestones_filter'
.milestones
.panel.panel-default
%ul.well-list
= render @milestones
- if @milestones.blank?
%li
.nothing-here-block No milestones to show
= paginate @milestones, theme: "gitlab"