summaryrefslogtreecommitdiff
path: root/app/views/layouts/_page.html.haml
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-11-17 19:42:20 +0530
committerKushal Pandya <kushal@gitlab.com>2016-11-17 19:42:20 +0530
commit4edc0f19b08febc54635ecadfd73e348b08a2320 (patch)
treed790287aecb243b929ffe8ace26e31f406207fa1 /app/views/layouts/_page.html.haml
parentd3a64b1759ee1d61d81d8d371f4a267f60f99ea7 (diff)
downloadgitlab-ce-4edc0f19b08febc54635ecadfd73e348b08a2320.tar.gz
Add ID for a11y shortcut href
Diffstat (limited to 'app/views/layouts/_page.html.haml')
-rw-r--r--app/views/layouts/_page.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml
index 8aefdcb3d9b..a9a0b149049 100644
--- a/app/views/layouts/_page.html.haml
+++ b/app/views/layouts/_page.html.haml
@@ -26,5 +26,5 @@
= render "layouts/flash"
= yield :flash_message
%div{ class: "#{(container_class unless @no_container)} #{@content_class}" }
- .content
+ .content{ id: "content-body" }
= yield