osem-fcy/app/views/conference/show.html.haml

17 lines
427 B
Text
Raw Normal View History

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