diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-11-17 19:42:20 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-11-17 19:42:20 +0530 |
commit | 4edc0f19b08febc54635ecadfd73e348b08a2320 (patch) | |
tree | d790287aecb243b929ffe8ace26e31f406207fa1 /app/views/layouts | |
parent | d3a64b1759ee1d61d81d8d371f4a267f60f99ea7 (diff) | |
download | gitlab-ce-4edc0f19b08febc54635ecadfd73e348b08a2320.tar.gz |
Add ID for a11y shortcut href
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_page.html.haml | 2 |
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 |