summaryrefslogtreecommitdiff
path: root/app/views/layouts/profile.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-25 18:00:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-25 18:00:21 +0300
commit20d6f969286807a8548c0fc263b82576a560f637 (patch)
treee22e5eb8a1604b3023eaf013064352d19dafca14 /app/views/layouts/profile.html.haml
parenta6b4e371eed3f21d626930e55c773daa95e18245 (diff)
downloadgitlab-ce-20d6f969286807a8548c0fc263b82576a560f637.tar.gz
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/profile.html.haml')
-rw-r--r--app/views/layouts/profile.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index 2d869a6cdcb..1d0ab84d26f 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -4,9 +4,9 @@
%body{class: "#{app_theme} profile", :'data-page' => body_data_page}
= render "layouts/broadcast"
= render "layouts/head_panel", title: "Profile"
- = render "layouts/flash"
%nav.main-nav.navbar-collapse.collapse
.container= render 'layouts/nav/profile'
-
.container
- .content= yield
+ .content
+ = render "layouts/flash"
+ = yield