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 '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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue