all devise controller use devise layout
This commit is contained in:
parent
a79eb84289
commit
236fd1e63b
2 changed files with 0 additions and 4 deletions
6
app/views/layouts/devise.html.haml
Normal file
6
app/views/layouts/devise.html.haml
Normal file
|
@ -0,0 +1,6 @@
|
|||
!!! 5
|
||||
%html{ lang: "en"}
|
||||
= render "layouts/head"
|
||||
%body.ui_basic.login-page
|
||||
= render partial: "layouts/flash"
|
||||
.container= yield
|
Loading…
Add table
Add a link
Reference in a new issue