single quotes

This commit is contained in:
Gopesh Tulsyan 2014-05-17 08:30:56 +05:30
parent 443ee19760
commit de3701fce7

View file

@ -1,16 +1,16 @@
= content_for :splash_header do = content_for :splash_header do
%ul.nav.navbar-nav %ul.nav.navbar-nav
%li %li
%a{ href: "#program" } Program %a{ href: '#program' } Program
%li %li
%a{ href: "#location" } Location %a{ href: '#locatio' } Location
%li %li
%a{ href: "#registration" } Registration %a{ href: '#registration' } Registration
%li %li
%a{ href: "#call-for-papers" } CfP %a{ href: '#call-for-papers' } CfP
%li %li
%a{ href: "#sponsors" } Sponsors %a{ href: '#sponsors' } Sponsors
%li %li
%a{ href: "#press" } Press %a{ href: '#press' } Press
= render :partial => "home/conference_details", :locals => {:conference => @conference} = render :partial => "home/conference_details", :locals => {:conference => @conference}