osem-fcy/app/views/schedules/_schedule_tabs.html.haml
Ana 059b5cbf84 Show the individual User schedule
Show the current user favourites events for both schedule and all events.

Unsed css removed.
2025-08-14 17:28:55 +02:00

7 lines
469 B
Text

%div{ role: "tabpanel" }
/ 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, favourites: @favourites))
%li{ class: "program #{ 'active' if active == 'program' }", role: "presentation" }
= link_to('All events', events_conference_schedule_path(@conference.short_title, favourites: @favourites))