summaryrefslogtreecommitdiff
path: root/app/views/layouts/_collapse_button.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_collapse_button.html.haml')
-rw-r--r--app/views/layouts/_collapse_button.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/layouts/_collapse_button.html.haml b/app/views/layouts/_collapse_button.html.haml
deleted file mode 100644
index 2ed51d87ca1..00000000000
--- a/app/views/layouts/_collapse_button.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-- if nav_menu_collapsed?
- = link_to icon('angle-right'), '#', class: 'toggle-nav-collapse', title: "Open/Close"
-- else
- = link_to icon('angle-left'), '#', class: 'toggle-nav-collapse', title: "Open/Close"