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
|
||||
%a.smoothscroll{ href: '#program' } Program
|
||||
%li
|
||||
= link_to('Schedule', conference_schedule_path(@conference))
|
||||
= link_to('Schedule', events_conference_schedule_path(@conference))
|
||||
|
||||
- cache [conference, highlights, tracks, booths, '#splash#program'] do
|
||||
%section#program
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
.row
|
||||
.col-md-12
|
||||
%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
|
||||
Full Schedule
|
||||
.trapezoid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue