Add a Happening Now View
This commit is contained in:
parent
0d4733b130
commit
70bde86dd6
8 changed files with 80 additions and 9 deletions
|
|
@ -3,5 +3,7 @@
|
|||
%ul.nav.nav-tabs{ role: "tablist" }
|
||||
%li{ class: "program #{ 'active' if active == 'program' }", role: "presentation" }
|
||||
= link_to('All events', events_conference_schedule_path(@conference.short_title))
|
||||
%li{ class: "program #{ 'active' if active == 'now' }", role: "presentation" }
|
||||
= 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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue