2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Milestones"
|
2015-09-17 06:16:24 -04:00
|
|
|
= render "header_title"
|
2012-04-08 17:28:58 -04:00
|
|
|
|
2015-12-02 08:02:12 -05:00
|
|
|
|
2016-02-03 12:41:55 -05:00
|
|
|
.top-area
|
|
|
|
= render 'shared/milestones_filter'
|
|
|
|
|
|
|
|
.nav-controls
|
2015-12-02 08:02:12 -05:00
|
|
|
- if can?(current_user, :admin_milestone, @project)
|
2016-02-03 12:41:55 -05:00
|
|
|
= link_to new_namespace_project_milestone_path(@project.namespace, @project), class: "btn btn-new", title: "New Milestone" do
|
|
|
|
= icon('plus')
|
2015-09-07 06:52:53 -04:00
|
|
|
New Milestone
|
2015-12-02 08:02:12 -05:00
|
|
|
|
2015-01-06 15:32:04 -05:00
|
|
|
.milestones
|
2015-09-07 06:52:53 -04:00
|
|
|
%ul.content-list
|
|
|
|
= render @milestones
|
2013-05-23 04:44:24 -04:00
|
|
|
|
2015-09-07 06:52:53 -04:00
|
|
|
- if @milestones.blank?
|
|
|
|
%li
|
|
|
|
.nothing-here-block No milestones to show
|
2015-01-06 15:32:04 -05:00
|
|
|
|
|
|
|
= paginate @milestones, theme: "gitlab"
|