Create view for splash page from existing routes
This commit is contained in:
parent
e11ad83b32
commit
7a5f47257a
8 changed files with 39 additions and 1 deletions
3
app/views/conference/show.html.haml
Normal file
3
app/views/conference/show.html.haml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
= content_for :splash_logo do
|
||||
= link_to @conference.title, "#", :class => 'navbar-brand'
|
||||
= render :partial => "home/conference_details", :locals => {:conference => @conference}
|
||||
Loading…
Add table
Add a link
Reference in a new issue