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, 3 insertions, 1 deletions
diff --git a/app/views/layouts/_collapse_button.html.haml b/app/views/layouts/_collapse_button.html.haml
index e4fab897377..8c140a5943e 100644
--- a/app/views/layouts/_collapse_button.html.haml
+++ b/app/views/layouts/_collapse_button.html.haml
@@ -1 +1,3 @@
-= link_to icon('bars'), '#', class: 'toggle-nav-collapse', title: "Open/Close"
+= link_to '#', class: 'nav-header-btn text-center toggle-nav-collapse', title: "Open/Close" do
+ %span.sr-only Toggle navigation
+ = icon('bars')