Adds carousel to splash view
This commit is contained in:
parent
b10b43ac7a
commit
760dd06d31
3 changed files with 31 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
= content_for :brand do
|
||||
= link_to @conference.title, conference_url(@conference.short_title), class: 'navbar-brand'
|
||||
- unless @conference.photos.blank?
|
||||
%div
|
||||
= render 'carousel'
|
||||
%div#program
|
||||
= render 'program'
|
||||
%div#registration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue