summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2017-03-09 23:24:54 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-10 09:06:36 -0600
commit9e09a577d225f32606fea3a6252a2dcabec2adfa (patch)
tree45bc39127be2979f43699932546d60d132f2d59a /app/views
parent25949c2928d13e8bfdaac77a0bdbde3f37eb0fe3 (diff)
downloadgitlab-ce-9e09a577d225f32606fea3a6252a2dcabec2adfa.tar.gz
Update _filter.html.haml by removing commented code
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_filter.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/shared/issuable/_filter.html.haml b/app/views/shared/issuable/_filter.html.haml
index c333a303917..48df5cf39f4 100644
--- a/app/views/shared/issuable/_filter.html.haml
+++ b/app/views/shared/issuable/_filter.html.haml
@@ -44,13 +44,6 @@
"@click" => "toggleFocusMode" }
= icon("expand")
= icon("compress")
- -# %button.focus-mode-button.pull-left.has-tooltip{ type: "button",
- -# "aria-label" => "Toggle focus mode",
- -# title: "Toggle focus mode",
- -# ref: "toggleFocusModeButton",
- -# "@click" => "toggleFocusMode" }
- -# = icon("expand")
- -# = icon("compress")
%input.pull-left.form-control{ type: "search", placeholder: "Filter by name...", "v-model" => "filters.search", "debounce" => "250" }
- if can?(current_user, :admin_list, @project)
#js-add-issues-btn.pull-right.prepend-left-10