demarches-normaliennes/app/views/layouts/_main_container.html.haml
Pierre de La Morinerie 299f9df375 app: on the old design, move the deprecation banner to a better location
Otherwise it hides the "Change role" controls.
2019-12-03 16:02:08 +01:00

8 lines
201 B
Text

#main-container{ class: "col-xs-#{main_container_size}" }
.row
= render partial: 'layouts/outdated_browser_banner'
.row
= render partial: 'layouts/flash_messages'
.row
= yield
.row