diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-12-09 11:44:09 -0600 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-01-09 16:01:10 -0600 |
commit | ed4e525a3bd05dfb32aa3c2baa9bf19688319b1a (patch) | |
tree | 471eb385aa1852365d52b5b68c47983f9ca87144 /app/views | |
parent | c5029c65450522359ec8b869c1433ed89db3c303 (diff) | |
download | gitlab-ce-ed4e525a3bd05dfb32aa3c2baa9bf19688319b1a.tar.gz |
Code cleanup
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/issuable/_search_bar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml index 0a5de59cb63..53983ef8d6d 100644 --- a/app/views/shared/issuable/_search_bar.html.haml +++ b/app/views/shared/issuable/_search_bar.html.haml @@ -18,7 +18,7 @@ = icon('times') #js-dropdown-hint.dropdown-menu.hint-dropdown %ul - %li.filter-dropdown-item{ 'data-value': 'none' } + %li.filter-dropdown-item{ 'data-value': '' } %button.btn.btn-link = icon('search') %span |