summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_nav_btns.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/_nav_btns.html.haml')
-rw-r--r--app/views/projects/issues/_nav_btns.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_nav_btns.html.haml b/app/views/projects/issues/_nav_btns.html.haml
index 0dd2d2e6c5d..e4a0d4b8479 100644
--- a/app/views/projects/issues/_nav_btns.html.haml
+++ b/app/views/projects/issues/_nav_btns.html.haml
@@ -6,6 +6,6 @@
= link_to "New issue", new_project_issue_path(@project,
issue: { assignee_id: finder.assignee.try(:id),
milestone_id: finder.milestones.first.try(:id) }),
- class: "btn btn-new",
+ class: "btn btn-success",
title: "New issue",
id: "new_issue_link"