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>2014-09-25 19:00:21 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-25 19:00:21 +0400
commit20d6f969286807a8548c0fc263b82576a560f637 (patch)
treee22e5eb8a1604b3023eaf013064352d19dafca14 /app/views/layouts/devise.html.haml
parenta6b4e371eed3f21d626930e55c773daa95e18245 (diff)
Improve flash messages
* dont fadeout so user can read * show inside content block so user can notice it Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index ffa48a68b42..06de03eadad 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -2,7 +2,6 @@
%html{ lang: "en"}
= render "layouts/head"
%body.ui_basic.login-page
- = render "layouts/flash"
.container
.content
.login-title
@@ -10,6 +9,7 @@
%hr
.container
.content
+ = render "layouts/flash"
.row
.col-md-7.brand-holder
- if brand_item