SchedulesController introduced

The actions #schedule and #events were moved from conference controller to the new controller
This commit is contained in:
Ana 2016-07-29 22:02:01 +02:00
parent b037a5eb7c
commit 71dab6b79c
18 changed files with 87 additions and 69 deletions

View file

@ -1,7 +0,0 @@
%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))