From de3701fce7ef8cb11cb29e02acf411eb6b379e02 Mon Sep 17 00:00:00 2001 From: Gopesh Tulsyan Date: Sat, 17 May 2014 08:30:56 +0530 Subject: [PATCH] single quotes --- app/views/conference/show.html.haml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml index ad614e75..ce95e21d 100644 --- a/app/views/conference/show.html.haml +++ b/app/views/conference/show.html.haml @@ -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}