diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2017-01-25 09:13:52 -0600 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-01-26 14:38:36 -0600 |
commit | 4f4d12442f3be382d4562cfb4683969d6eb8f7b2 (patch) | |
tree | 5932b51cdb19943131660fea03540e6dd7958bab /app/views/shared/issuable | |
parent | 1fe80c296243c92fc4619ae556bc53383c059266 (diff) | |
download | gitlab-ce-4f4d12442f3be382d4562cfb4683969d6eb8f7b2.tar.gz |
Revert 3f17f29arevert-filter-assigned-to-me
Diffstat (limited to 'app/views/shared/issuable')
-rw-r--r-- | app/views/shared/issuable/_search_bar.html.haml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml index e9644ca0f12..55360dadbc4 100644 --- a/app/views/shared/issuable/_search_bar.html.haml +++ b/app/views/shared/issuable/_search_bar.html.haml @@ -47,10 +47,6 @@ %li.filter-dropdown-item{ 'data-value' => 'none' } %button.btn.btn-link No Assignee - - if current_user - %li.filter-dropdown-item{ 'data-value' => current_user.to_reference } - %button.btn.btn-link - Assigned to me %li.divider %ul.filter-dropdown{ 'data-dynamic' => true, 'data-dropdown' => true } %li.filter-dropdown-item |