Move modals content area to main layout
This commit is contained in:
parent
c9a7b6fc1c
commit
168a832c10
2 changed files with 3 additions and 2 deletions
|
|
@ -53,8 +53,6 @@
|
|||
= render 'social_media', contact: @conference.contact
|
||||
= render 'footer'
|
||||
|
||||
= yield :modals
|
||||
|
||||
- cache [@conference.color, '#splash#inlinejs'] do
|
||||
- content_for :script_head do
|
||||
:javascript
|
||||
|
|
|
|||
|
|
@ -32,6 +32,9 @@
|
|||
= render 'layouts/messages'
|
||||
#content
|
||||
= yield
|
||||
|
||||
= yield :modals
|
||||
|
||||
#footer
|
||||
.container
|
||||
%p.muted.text-center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue