summaryrefslogtreecommitdiff
path: root/app/views/shared
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-02-26 01:01:58 +0000
committerRobert Speicher <rspeicher@gmail.com>2019-02-26 01:01:58 +0000
commit4a5b3707798c2dde62dd78c40b8f0393b38c8041 (patch)
tree1f73d09424cb5ca929a3cde97cc873e997369f86 /app/views/shared
parent44cc030574593dc72514f22b453eb966751b9b78 (diff)
parentcae2c336819d1838507b0c5d21c609710b21ac4f (diff)
downloadgitlab-ce-4a5b3707798c2dde62dd78c40b8f0393b38c8041.tar.gz
Merge branch 'revert-82d7b5a0-ce' into 'master'
[CE port] Revert "Automatic merge of gitlab-org/gitlab-ce master" See merge request gitlab-org/gitlab-ce!25537
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index bdba47ed14d..588659c7e9c 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -128,14 +128,6 @@
%li.filter-dropdown-item{ data: { value: 'no', capitalize: true } }
%button.btn.btn-link{ type: 'button' }
= _('No')
- #js-dropdown-confidential.filtered-search-input-dropdown-menu.dropdown-menu
- %ul.filter-dropdown{ data: { dropdown: true } }
- %li.filter-dropdown-item{ data: { value: 'yes', capitalize: true } }
- %button.btn.btn-link{ type: 'button' }
- = _('Yes')
- %li.filter-dropdown-item{ data: { value: 'no', capitalize: true } }
- %button.btn.btn-link{ type: 'button' }
- = _('No')
= render_if_exists 'shared/issuable/filter_weight', type: type