Removes EE differences

This commit is contained in:
Filipa Lacerda 2019-07-05 12:41:14 +01:00
parent 197399a15b
commit 930982cebe
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Removes EE differences for app/views/layouts/fullscreen.html.haml
merge_request:
author:
type: other