Remove Vertical Schedule tab
This commit is contained in:
parent
ce8215a3cb
commit
409fd09514
1 changed files with 0 additions and 2 deletions
|
|
@ -7,5 +7,3 @@
|
||||||
= link_to('Happening Now', happening_now_conference_schedule_path(@conference.short_title))
|
= link_to('Happening Now', happening_now_conference_schedule_path(@conference.short_title))
|
||||||
%li{ class: "schedule #{ 'active' if active == 'schedule' }", role: "presentation" }
|
%li{ class: "schedule #{ 'active' if active == 'schedule' }", role: "presentation" }
|
||||||
= link_to('Schedule', conference_schedule_path(@conference.short_title))
|
= 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))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue