From 443ee19760a31b96dd51bada4176b91d8677af8c Mon Sep 17 00:00:00 2001 From: Gopesh Tulsyan Date: Sat, 17 May 2014 08:29:33 +0530 Subject: [PATCH] Added ids to links in conference#show --- app/views/conference/show.html.haml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml index 9c1880ab..ad614e75 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 + %a{ href: "#program" } Program %li - %a{ href: "#" } Location + %a{ href: "#location" } Location %li - %a{ href: "#" } Registration + %a{ href: "#registration" } Registration %li - %a{ href: "#" } CfP + %a{ href: "#call-for-papers" } CfP %li - %a{ href: "#" } Sponsors + %a{ href: "#sponsors" } Sponsors %li - %a{ href: "#" } Press + %a{ href: "#press" } Press -= render :partial => "home/conference_details", :locals => {:conference => @conference} \ No newline at end of file += render :partial => "home/conference_details", :locals => {:conference => @conference}