summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_label_page_default.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-08-12 16:36:59 +0100
committerPhil Hughes <me@iamphill.com>2016-08-17 17:17:39 +0100
commit31657f8dfb52bd60df7a1ed0f28b500bf40e937f (patch)
treea479881f5f94e3e4a2c1285102239bebcb4d696e /app/views/shared/issuable/_label_page_default.html.haml
parentcd6285d244c384b44246d2c4afa4dc738c2cc4d9 (diff)
downloadgitlab-ce-31657f8dfb52bd60df7a1ed0f28b500bf40e937f.tar.gz
Create new label link text change
Diffstat (limited to 'app/views/shared/issuable/_label_page_default.html.haml')
-rw-r--r--app/views/shared/issuable/_label_page_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_label_page_default.html.haml b/app/views/shared/issuable/_label_page_default.html.haml
index e1e8929722c..39f0565d5b9 100644
--- a/app/views/shared/issuable/_label_page_default.html.haml
+++ b/app/views/shared/issuable/_label_page_default.html.haml
@@ -17,7 +17,7 @@
- if can?(current_user, :admin_label, @project)
%li
%a.dropdown-toggle-page{href: "#"}
- Create new
+ Create new label
%li
= link_to namespace_project_labels_path(@project.namespace, @project), :"data-is-link" => true do
- if show_create && @project && can?(current_user, :admin_label, @project)