summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-18 12:55:12 +0100
committerPhil Hughes <me@iamphill.com>2016-07-20 10:48:02 +0100
commitc752ed064d6399471a8b1a1bba25099725702982 (patch)
treeae1b75dad5826a7abcbc52eb77e861e50ade3db9
parente98617ac7f58eb7a1c09783f03fbdaf559d5b157 (diff)
downloadgitlab-ce-c752ed064d6399471a8b1a1bba25099725702982.tar.gz
Fixed create label link in dropdown breaking specs
-rw-r--r--app/views/shared/issuable/_filter.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_filter.html.haml b/app/views/shared/issuable/_filter.html.haml
index 1a0f1fff056..b0e594653a3 100644
--- a/app/views/shared/issuable/_filter.html.haml
+++ b/app/views/shared/issuable/_filter.html.haml
@@ -24,7 +24,7 @@
= render "shared/issuable/milestone_dropdown", selected: params[:milestone_title], name: :milestone_title, show_any: true, show_upcoming: true
.filter-item.inline.labels-filter
- = render "shared/issuable/label_dropdown", selected_toggle: params[:label_name], data_options: { field_name: "label_name[]" }
+ = render "shared/issuable/label_dropdown", selected_toggle: params[:label_name], data_options: { field_name: "label_name[]" }, show_create: controller.controller_name != "groups"
.pull-right
= render 'shared/sort_dropdown'