Adds carousel to splash view

This commit is contained in:
Gopesh Tulsyan 2014-06-11 00:03:48 +05:30
parent b10b43ac7a
commit 760dd06d31
3 changed files with 31 additions and 0 deletions

View file

@ -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