summaryrefslogtreecommitdiff
path: root/app/views/groups/issues.html.haml
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-08-21 21:29:09 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-08-21 21:29:09 +0000
commit4add91b6e15b242b28b797c8c09bc180c3aec5bc (patch)
treeca38b8b1879c803a1ddc38f7430e3a56fe7f1890 /app/views/groups/issues.html.haml
parent2db755b33d14575baa822f4edf5f7d9c3b88f131 (diff)
downloadgitlab-ce-4add91b6e15b242b28b797c8c09bc180c3aec5bc.tar.gz
Use non-i18n values for setting new group-level issue/MR button text
Diffstat (limited to 'app/views/groups/issues.html.haml')
-rw-r--r--app/views/groups/issues.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index f83ebbf09ef..12bc092d216 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -12,7 +12,7 @@
- content_for :breadcrumbs_extra do
= link_to params.merge(rss_url_options), class: 'btn btn-default append-right-10' do
= icon('rss')
- = render 'shared/new_project_item_select', path: 'issues/new', label: "New issue"
+ = render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", type: :issues
- if group_issues_exists
.top-area
@@ -22,7 +22,7 @@
= icon('rss')
%span.icon-label
Subscribe
- = render 'shared/new_project_item_select', path: 'issues/new', label: "New issue"
+ = render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", type: :issues
= render 'shared/issuable/search_bar', type: :issues