Commit 236fd1e63bf0fbb4f7880ee3bc975ac89f4d3e99
1 parent
a79eb842
Exists in
master
and in
4 other branches
all devise controller use devise layout
Showing
3 changed files
with
6 additions
and
10 deletions
Show diff stats
app/views/layouts/devise_layout.html.haml
config/application.rb
@@ -53,9 +53,5 @@ module Gitlab | @@ -53,9 +53,5 @@ module Gitlab | ||
53 | 53 | ||
54 | # Add fonts | 54 | # Add fonts |
55 | config.assets.paths << "#{Rails.root}/app/assets/fonts" | 55 | config.assets.paths << "#{Rails.root}/app/assets/fonts" |
56 | - | ||
57 | - config.to_prepare do | ||
58 | - Devise::SessionsController.layout 'devise_layout' | ||
59 | - end | ||
60 | end | 56 | end |
61 | end | 57 | end |