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/search.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/search.html.haml')
-rw-r--r--app/views/layouts/search.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/search.html.haml b/app/views/layouts/search.html.haml
index 97ed8ba12df..084ff7ec830 100644
--- a/app/views/layouts/search.html.haml
+++ b/app/views/layouts/search.html.haml
@@ -4,8 +4,7 @@
%body{class: "#{app_theme} application", :'data-page' => body_data_page}
= render "layouts/broadcast"
= render "layouts/head_panel", title: "Search"
- = render "layouts/flash"
-
.container.navless-container
.content
+ = render "layouts/flash"
= yield