Default schedule links to all events view
This commit is contained in:
parent
31dfd62fbd
commit
dbae506a91
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
%li
|
%li
|
||||||
%a.smoothscroll{ href: '#program' } Program
|
%a.smoothscroll{ href: '#program' } Program
|
||||||
%li
|
%li
|
||||||
= link_to('Schedule', conference_schedule_path(@conference))
|
= link_to('Schedule', events_conference_schedule_path(@conference))
|
||||||
|
|
||||||
- cache [conference, highlights, tracks, booths, '#splash#program'] do
|
- cache [conference, highlights, tracks, booths, '#splash#program'] do
|
||||||
%section#program
|
%section#program
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
%p.cta-button.text-center
|
%p.cta-button.text-center
|
||||||
= link_to(conference_schedule_path(conference.short_title),
|
= link_to(events_conference_schedule_path(conference.short_title),
|
||||||
class: 'btn btn-success btn-lg') do
|
class: 'btn btn-success btn-lg') do
|
||||||
Full Schedule
|
Full Schedule
|
||||||
.trapezoid
|
.trapezoid
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue