mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
All events moved to a different controller method and css changed to put together things with the same css attributes.
7 lines
410 B
Text
7 lines
410 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', schedule_conference_path(@conference.short_title))
|
|
%li{ class: "program #{ 'active' if active == 'program' }", role: "presentation" }
|
|
= link_to('All events', events_conference_path(@conference.short_title))
|