summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-07-05 12:41:14 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-07-05 12:41:14 +0100
commit930982cebec7645e139e7f0cd75aa5fc7224fbd0 (patch)
treecaeab223e7d320e233bd83da5dd396cabb47350c
parent197399a15bde963c3e3df13d96146fab6896c614 (diff)
downloadgitlab-ce-12550-fullscrean.tar.gz
Removes EE differences12550-fullscrean
-rw-r--r--app/views/layouts/fullscreen.html.haml2
-rw-r--r--changelogs/unreleased/12550-fullscrean.yml5
2 files changed, 7 insertions, 0 deletions
diff --git a/app/views/layouts/fullscreen.html.haml b/app/views/layouts/fullscreen.html.haml
index fa04b5be9f2..91a7777514c 100644
--- a/app/views/layouts/fullscreen.html.haml
+++ b/app/views/layouts/fullscreen.html.haml
@@ -3,6 +3,7 @@
= render "layouts/head"
%body{ class: "#{user_application_theme} #{@body_class} fullscreen-layout", data: { page: body_data_page } }
= render 'peek/bar'
+ = header_message
= render partial: "layouts/header/default", locals: { project: @project, group: @group }
= render 'shared/outdated_browser'
.mobile-overlay
@@ -12,3 +13,4 @@
= render "layouts/flash"
.content-wrapper{ id: "content-body", class: "d-flex flex-column align-items-stretch mt-0" }
= yield
+ = footer_message
diff --git a/changelogs/unreleased/12550-fullscrean.yml b/changelogs/unreleased/12550-fullscrean.yml
new file mode 100644
index 00000000000..f20b191f411
--- /dev/null
+++ b/changelogs/unreleased/12550-fullscrean.yml
@@ -0,0 +1,5 @@
+---
+title: Removes EE differences for app/views/layouts/fullscreen.html.haml
+merge_request:
+author:
+type: other