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.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/layouts/_collapse_button.html.haml b/app/views/layouts/_collapse_button.html.haml
index 2ed51d87ca1..e4fab897377 100644
--- a/app/views/layouts/_collapse_button.html.haml
+++ b/app/views/layouts/_collapse_button.html.haml
@@ -1,4 +1 @@
-- 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"
+= link_to icon('bars'), '#', class: 'toggle-nav-collapse', title: "Open/Close"