remove unnecessary center tag in devise layout
This commit is contained in:
parent
54d95f5897
commit
fa6bf2c0f5
1 changed files with 1 additions and 2 deletions
|
@ -5,5 +5,4 @@
|
||||||
= render "layouts/flash"
|
= render "layouts/flash"
|
||||||
.container
|
.container
|
||||||
.content
|
.content
|
||||||
%center
|
= yield
|
||||||
= yield
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue