Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-17 03:01:15 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-17 03:01:15 +0300
commit41d7be3ce1ae9a4bff93b62322f35989b6ad4cf6 (patch)
tree804b510b0d4a05601395e8697402c6a3dfb4cddf /app/views/layouts/devise.html.haml
parentada6c6080b2fa0d63003f8b29b5c32195254906d (diff)
Allow to specify home page for non logged-in users
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 857ebd9b8d9..6f805f1c9d1 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -6,8 +6,7 @@
= render "layouts/public_head_panel", title: ''
.container.navless-container
.content
- - unless redirect_from_root?
- = render "layouts/flash"
+ = render "layouts/flash"
.row.prepend-top-20
.col-sm-5.pull-right
= yield