2014-05-14 13:16:08 +05:30
|
|
|
= content_for :splash_header do
|
|
|
|
|
%ul.nav.navbar-nav
|
|
|
|
|
%li
|
2014-05-17 08:29:33 +05:30
|
|
|
%a{ href: "#program" } Program
|
2014-05-14 13:16:08 +05:30
|
|
|
%li
|
2014-05-17 08:29:33 +05:30
|
|
|
%a{ href: "#location" } Location
|
2014-05-14 13:16:08 +05:30
|
|
|
%li
|
2014-05-17 08:29:33 +05:30
|
|
|
%a{ href: "#registration" } Registration
|
2014-05-14 13:16:08 +05:30
|
|
|
%li
|
2014-05-17 08:29:33 +05:30
|
|
|
%a{ href: "#call-for-papers" } CfP
|
2014-05-14 13:16:08 +05:30
|
|
|
%li
|
2014-05-17 08:29:33 +05:30
|
|
|
%a{ href: "#sponsors" } Sponsors
|
2014-05-14 13:16:08 +05:30
|
|
|
%li
|
2014-05-17 08:29:33 +05:30
|
|
|
%a{ href: "#press" } Press
|
2014-05-14 13:16:08 +05:30
|
|
|
|
2014-05-17 08:29:33 +05:30
|
|
|
= render :partial => "home/conference_details", :locals => {:conference => @conference}
|