summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-28 12:08:25 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-28 12:08:25 +0200
commitfa6bf2c0f5d8a87b0fa0cd32daaa4a55d1d0178c (patch)
tree1f49a92954c3e207aac18fbb352cf7f57b84c4ab /app/views/layouts/devise.html.haml
parent54d95f5897235009f670a8de262333fe528875cf (diff)
downloadgitlab-ce-fa6bf2c0f5d8a87b0fa0cd32daaa4a55d1d0178c.tar.gz
remove unnecessary center tag in devise layout
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index e790b22c9df..a9758f19d36 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -5,5 +5,4 @@
= render "layouts/flash"
.container
.content
- %center
- = yield
+ = yield