summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/layouts/devise.html.haml (renamed from app/views/layouts/devise_layout.html.haml)0
-rw-r--r--config/application.rb4
2 files changed, 0 insertions, 4 deletions
diff --git a/app/views/layouts/devise_layout.html.haml b/app/views/layouts/devise.html.haml
index 70c4f007ba1..70c4f007ba1 100644
--- a/app/views/layouts/devise_layout.html.haml
+++ b/app/views/layouts/devise.html.haml
diff --git a/config/application.rb b/config/application.rb
index fd0dd019ca1..27de3fa2436 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -53,9 +53,5 @@ module Gitlab
# Add fonts
config.assets.paths << "#{Rails.root}/app/assets/fonts"
-
- config.to_prepare do
- Devise::SessionsController.layout 'devise_layout'
- end
end
end