summaryrefslogtreecommitdiff
path: root/app/views/layouts/project_settings.html.haml
diff options
context:
space:
mode:
authorVisay Keo <keo@visay.info>2015-01-26 12:12:16 +0700
committerVisay Keo <keo@visay.info>2015-01-28 07:24:05 +0700
commit35d6d1ce4669d1f3850862f3c144abaaf5b841d3 (patch)
tree169a7e5b8b2e8df8b0060800f5cd73e8b65186a1 /app/views/layouts/project_settings.html.haml
parent8cc111bd038e4c4d67b835de4a1996c04c6674d6 (diff)
downloadgitlab-ce-35d6d1ce4669d1f3850862f3c144abaaf5b841d3.tar.gz
Fix broadcast message to show up properly with new UI
With the new UI, the broadcast message is the first level child element of the body tag and then render full width without respecting the width of the left sidebar. This makes the message goes under the left sidebar in smaller screen. This commit fixes the issue by moving the message element into the "page-with-sidebar" div so it will always render together with the main content area with same look as before. The rendering for the search, login and other view without left sidebar remains untouched. Releases: master, 7-7-stable Fixes: #1019
Diffstat (limited to 'app/views/layouts/project_settings.html.haml')
-rw-r--r--app/views/layouts/project_settings.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/project_settings.html.haml b/app/views/layouts/project_settings.html.haml
index 0f20bf38bfd..d2c9c2a991c 100644
--- a/app/views/layouts/project_settings.html.haml
+++ b/app/views/layouts/project_settings.html.haml
@@ -2,7 +2,6 @@
%html{ lang: "en"}
= render "layouts/head", title: @project.name_with_namespace
%body{class: "#{app_theme} #{theme_type} project", :'data-page' => body_data_page, :'data-project-id' => @project.id }
- = render "layouts/broadcast"
= render "layouts/head_panel", title: project_title(@project)
= render "layouts/init_auto_complete"
- @project_settings_nav = true