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:
Diffstat (limited to 'app/views/layouts/minimal.html.haml')
-rw-r--r--app/views/layouts/minimal.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/layouts/minimal.html.haml b/app/views/layouts/minimal.html.haml
index b5cb8f2af37..5531c0ab23a 100644
--- a/app/views/layouts/minimal.html.haml
+++ b/app/views/layouts/minimal.html.haml
@@ -6,12 +6,11 @@
%body{ data: body_data }
= header_message
= render 'peek/bar'
+ = render 'layouts/published_experiments'
= render "layouts/header/empty"
.layout-page
- .content-wrapper.content-wrapper-margin.gl-pt-6{ class: 'gl-md-pt-11!' }
- .alert-wrapper.gl-force-block-formatting-context
- = render "layouts/broadcast"
- .limit-container-width{ class: container_class }
+ .content-wrapper.gl-pt-6{ class: 'gl-md-pt-11!' }
+ %div{ class: container_class }
%main#content-body.content
= render "layouts/flash" unless @hide_flash
= yield