Added ids to links in conference#show
This commit is contained in:
parent
2d01bcad17
commit
443ee19760
1 changed files with 7 additions and 7 deletions
|
|
@ -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
|
%a{ href: "#program" } Program
|
||||||
%li
|
%li
|
||||||
%a{ href: "#" } Location
|
%a{ href: "#location" } Location
|
||||||
%li
|
%li
|
||||||
%a{ href: "#" } Registration
|
%a{ href: "#registration" } Registration
|
||||||
%li
|
%li
|
||||||
%a{ href: "#" } CfP
|
%a{ href: "#call-for-papers" } CfP
|
||||||
%li
|
%li
|
||||||
%a{ href: "#" } Sponsors
|
%a{ href: "#sponsors" } Sponsors
|
||||||
%li
|
%li
|
||||||
%a{ href: "#" } Press
|
%a{ href: "#press" } Press
|
||||||
|
|
||||||
= render :partial => "home/conference_details", :locals => {:conference => @conference}
|
= render :partial => "home/conference_details", :locals => {:conference => @conference}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue