Move modals content area to main layout

This commit is contained in:
James Mason 2018-03-16 16:21:59 -07:00 committed by Ana María Martínez Gómez
parent c9a7b6fc1c
commit 168a832c10
2 changed files with 3 additions and 2 deletions

View file

@ -53,8 +53,6 @@
= render 'social_media', contact: @conference.contact = render 'social_media', contact: @conference.contact
= render 'footer' = render 'footer'
= yield :modals
- cache [@conference.color, '#splash#inlinejs'] do - cache [@conference.color, '#splash#inlinejs'] do
- content_for :script_head do - content_for :script_head do
:javascript :javascript

View file

@ -32,6 +32,9 @@
= render 'layouts/messages' = render 'layouts/messages'
#content #content
= yield = yield
= yield :modals
#footer #footer
.container .container
%p.muted.text-center %p.muted.text-center