app: on the old design, move the deprecation banner to a better location

Otherwise it hides the "Change role" controls.
This commit is contained in:
Pierre de La Morinerie 2019-11-28 15:48:27 +01:00
parent 2b934610a0
commit 299f9df375
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,6 @@
#main-container{ class: "col-xs-#{main_container_size}" }
.row
= render partial: 'layouts/outdated_browser_banner'
.row
= render partial: 'layouts/flash_messages'
.row

View file

@ -19,7 +19,6 @@
= Gon::Base.render_data(camel_case: true, init: true)
%body{ class: browser.platform.ios? ? 'ios' : nil }
= render partial: 'layouts/outdated_browser_banner'
= render partial: 'layouts/pre_maintenance'
- if staging?
#beta