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
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-06 01:05:30 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-01-10 01:01:04 +0300
commitf5719c2c48dd989ed5431a78e95e560f3c1d9335 (patch)
tree5506ba2568a887b21dbc1ae6eb1ce62256987ec0 /app/views
parentd2ecba6edfea8ff1836943b6c683fdb36e4c92a3 (diff)
Add ability to click on none as an option
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 8dda6e99d2d..39af0c2c288 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -36,7 +36,7 @@
@{{username}}
#js-dropdown-assignee.dropdown-menu{ 'data-dropdown' => true }
%ul
- %li.filter-dropdown-item
+ %li.filter-dropdown-item{ 'data-value': 'none' }
%button.btn.btn-link
No assignee
%li.divider
@@ -51,7 +51,7 @@
@{{username}}
#js-dropdown-milestone.dropdown-menu{ 'data-dropdown' => true }
%ul
- %li.filter-dropdown-item
+ %li.filter-dropdown-item{ 'data-value': 'none' }
%button.btn.btn-link
No milestone
%li.divider
@@ -61,7 +61,7 @@
{{title}}
#js-dropdown-label.dropdown-menu{ 'data-dropdown' => true }
%ul
- %li.filter-dropdown-item
+ %li.filter-dropdown-item{ 'data-value': 'none' }
%button.btn.btn-link
No label
%li.divider
@@ -69,7 +69,8 @@
%li.filter-dropdown-item
%button.btn.btn-link
%span.dropdown-label-box{ 'style': 'background: {{color}}'}
- {{title}}
+ %span.label-title
+ {{title}}
.pull-right
- if boards_page
#js-boards-seach.issue-boards-search