Remove Vertical Schedule tab

This commit is contained in:
CactusPuppy 2021-04-28 23:21:53 -07:00
parent ce8215a3cb
commit 409fd09514
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -7,5 +7,3 @@
= link_to('Happening Now', happening_now_conference_schedule_path(@conference.short_title))
%li{ class: "schedule #{ 'active' if active == 'schedule' }", role: "presentation" }
= link_to('Schedule', conference_schedule_path(@conference.short_title))
%li{ class: "vertical_schedule #{ 'active' if active == 'vertical_schedule' }", role: "presentation" }
= link_to('Vertical Schedule', vertical_schedule_conference_schedule_path(@conference.short_title))