Commit fa6bf2c0f5d8a87b0fa0cd32daaa4a55d1d0178c

Authored by Dmitriy Zaporozhets
1 parent 54d95f58

remove unnecessary center tag in devise layout

Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/views/layouts/devise.html.haml
... ... @@ -5,5 +5,4 @@
5 5 = render "layouts/flash"
6 6 .container
7 7 .content
8   - %center
9   - = yield
  8 + = yield
... ...