summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-03-07 17:28:37 +0000
committerPhil Hughes <me@iamphill.com>2016-03-10 13:54:54 +0000
commitd6e5ed8a97b20eff242b394999a71fb828822d50 (patch)
tree13c06144398ae4878bd687ba1d8ccc26f9ca5d67 /app/views
parent04fc44841d3fd4e26d977b88fc1d187f1da79568 (diff)
downloadgitlab-ce-d6e5ed8a97b20eff242b394999a71fb828822d50.tar.gz
Extra links in label filter dropdown fotoer
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_filter.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_filter.html.haml b/app/views/shared/issuable/_filter.html.haml
index 2be1ee1f727..18d3f0e5065 100644
--- a/app/views/shared/issuable/_filter.html.haml
+++ b/app/views/shared/issuable/_filter.html.haml
@@ -25,7 +25,11 @@
.filter-item.inline.labels-filter
= dropdown_tag("Label", title: "Filter by label", toggle_class: "js-label-select", filter: true, dropdown_class: "dropdown-menu-labels dropdown-menu-selectable",
- placeholder: "Search labels", data: {field_name: "label_name", selected: params[:label_name], project_id: @project.id})
+ placeholder: "Search labels", footer_content: true, data: {field_name: "label_name", selected: params[:label_name], project_id: @project.id}) do
+ %ul.dropdown-footer-list
+ %li
+ = link_to namespace_project_labels_path(@project.namespace, @project) do
+ Manage labels
.pull-right
= render 'shared/sort_dropdown'