diff options
author | Phil Hughes <me@iamphill.com> | 2017-12-06 13:02:56 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-12-06 13:02:56 +0000 |
commit | cabc87a45c0848e1d7bea3b5a76b1e661aaa6b0a (patch) | |
tree | 54262349c176429cd8a7034412f8a2b58175d6e0 /app/views/layouts/header | |
parent | 6836078304f8eb889c1d3324c4bcf04a1168afcd (diff) | |
download | gitlab-ce-cabc87a45c0848e1d7bea3b5a76b1e661aaa6b0a.tar.gz |
Fixed outdated browser banner positioningoutdated-browser-position-fix
Closes #40824
Diffstat (limited to 'app/views/layouts/header')
-rw-r--r-- | app/views/layouts/header/_default.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml index e2407f6a428..99e7f3b568d 100644 --- a/app/views/layouts/header/_default.html.haml +++ b/app/views/layouts/header/_default.html.haml @@ -75,5 +75,3 @@ %span.sr-only Toggle navigation = sprite_icon('more', size: 12, css_class: 'more-icon js-navbar-toggle-right') = sprite_icon('close', size: 12, css_class: 'close-icon js-navbar-toggle-left') - -= render 'shared/outdated_browser' |