Show the individual User schedule
Show the current user favourites events for both schedule and all events. Unsed css removed.
This commit is contained in:
parent
c6906675f9
commit
059b5cbf84
8 changed files with 40 additions and 23 deletions
|
|
@ -2,6 +2,6 @@
|
|||
/ Nav tabs
|
||||
%ul.nav.nav-tabs{ role: "tablist" }
|
||||
%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, favourites: @favourites))
|
||||
%li{ class: "program #{ 'active' if active == 'program' }", role: "presentation" }
|
||||
= link_to('All events', events_conference_schedule_path(@conference.short_title))
|
||||
= link_to('All events', events_conference_schedule_path(@conference.short_title, favourites: @favourites))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue