Create Splash Page using existing routes as Conference#Show
This commit is contained in:
parent
5f6ab4f7ee
commit
1c152c87ab
6 changed files with 90 additions and 49 deletions
16
app/views/conference/show.html.haml
Normal file
16
app/views/conference/show.html.haml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
= content_for :splash_header do
|
||||
%ul.nav.navbar-nav
|
||||
%li
|
||||
%a{ href: "#" } Program
|
||||
%li
|
||||
%a{ href: "#" } Location
|
||||
%li
|
||||
%a{ href: "#" } Registration
|
||||
%li
|
||||
%a{ href: "#" } CfP
|
||||
%li
|
||||
%a{ href: "#" } Sponsors
|
||||
%li
|
||||
%a{ href: "#" } Press
|
||||
|
||||
= render :partial => "home/conference_details", :locals => {:conference => @conference}
|
||||
Loading…
Add table
Add a link
Reference in a new issue