summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-15 03:38:59 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-15 03:38:59 +0100
commite22bd9650d7bebfea0909fdaf5be7dcf746b53f7 (patch)
treebdcc94b5136ad14eabf2066f56ac654e04fa9a01 /app/views/layouts/devise.html.haml
parent067361327bba0cb7a8b28190485699da7deb22bb (diff)
downloadgitlab-ce-e22bd9650d7bebfea0909fdaf5be7dcf746b53f7.tar.gz
Updated specs, added rewire, updated layouts to move conditional raven and gon to head
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 6274f6340ab..52fb46eb8c9 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -3,7 +3,6 @@
= render "layouts/head"
%body.ui_charcoal.login-page.application.navless{ data: { page: body_data_page } }
.page-wrap
- = Gon::Base.render_data
= render "layouts/header/empty"
= render "layouts/broadcast"
.container.navless-container
@@ -35,5 +34,3 @@
= link_to "Explore", explore_root_path
= link_to "Help", help_path
= link_to "About GitLab", "https://about.gitlab.com/"
-
- = javascript_include_tag(*webpack_asset_paths("raven")) if sentry_enabled?