Default schedule links to all events view

This commit is contained in:
Michael Ball 2020-07-17 10:09:01 -07:00
parent 31dfd62fbd
commit dbae506a91

View file

@ -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