single quotes
This commit is contained in:
parent
443ee19760
commit
de3701fce7
1 changed files with 6 additions and 6 deletions
|
|
@ -1,16 +1,16 @@
|
|||
= content_for :splash_header do
|
||||
%ul.nav.navbar-nav
|
||||
%li
|
||||
%a{ href: "#program" } Program
|
||||
%a{ href: '#program' } Program
|
||||
%li
|
||||
%a{ href: "#location" } Location
|
||||
%a{ href: '#locatio' } Location
|
||||
%li
|
||||
%a{ href: "#registration" } Registration
|
||||
%a{ href: '#registration' } Registration
|
||||
%li
|
||||
%a{ href: "#call-for-papers" } CfP
|
||||
%a{ href: '#call-for-papers' } CfP
|
||||
%li
|
||||
%a{ href: "#sponsors" } Sponsors
|
||||
%a{ href: '#sponsors' } Sponsors
|
||||
%li
|
||||
%a{ href: "#press" } Press
|
||||
%a{ href: '#press' } Press
|
||||
|
||||
= render :partial => "home/conference_details", :locals => {:conference => @conference}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue