Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-09 12:44:17 +0300
committerPhil Hughes <me@iamphill.com>2016-06-09 19:13:51 +0300
commitd301791c2aa101b68f9b5abda24f20dc24a85830 (patch)
tree3f130afa40d35140d6e9f41c5e4ba35415c27b53 /app/views/shared/issuable
parente796555bdb9884a34a5dcef595815594484aac41 (diff)
Added tests
Diffstat (limited to 'app/views/shared/issuable')
-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 4e280c371ac..0acb8253139 100644
--- a/app/views/shared/issuable/_label_page_default.html.haml
+++ b/app/views/shared/issuable/_label_page_default.html.haml
@@ -4,7 +4,7 @@
- filter_placeholder = local_assigns.fetch(:filter_placeholder, 'Search labels')
.dropdown-page-one
= dropdown_title(title)
- = dropdown_filter(filter_placeholder)
+ = dropdown_filter(filter_placeholder, search_id: "label-name")
= dropdown_content
- if @project && show_footer
= dropdown_footer do