summaryrefslogtreecommitdiff
path: root/app/views/projects/milestones/index.html.haml
diff options
context:
space:
mode:
authorDan Davison <ddavison@gitlab.com>2018-07-11 14:59:00 +0000
committerRémy Coutable <remy@rymai.me>2018-07-11 14:59:00 +0000
commitf72adcc9819d49d438b3f4fb34c806eebe948ae2 (patch)
tree4f523c30f171e3752cddbbe5af9aae11f53fd9f4 /app/views/projects/milestones/index.html.haml
parent51da26fd550977ac92ef62c4444872e0a2e40a2c (diff)
downloadgitlab-ce-f72adcc9819d49d438b3f4fb34c806eebe948ae2.tar.gz
Milestone tests
Diffstat (limited to 'app/views/projects/milestones/index.html.haml')
-rw-r--r--app/views/projects/milestones/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml
index 5b0197ed58c..26d2ea8447b 100644
--- a/app/views/projects/milestones/index.html.haml
+++ b/app/views/projects/milestones/index.html.haml
@@ -8,7 +8,7 @@
.nav-controls
= render 'shared/milestones_sort_dropdown'
- if can?(current_user, :admin_milestone, @project)
- = link_to new_project_milestone_path(@project), class: "btn btn-new", title: 'New milestone' do
+ = link_to new_project_milestone_path(@project), class: "btn btn-new qa-new-project-milestone", title: 'New milestone' do
New milestone
.milestones