[feat]Add vertical schedule tab in Schedule
This commit is contained in:
parent
4b83ae8be7
commit
1bc6b092de
3 changed files with 11 additions and 27 deletions
6
app/views/schedules/vertical_schedule.haml
Normal file
6
app/views/schedules/vertical_schedule.haml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.container#program
|
||||
= render 'schedule_tabs', active: 'vertical_schedule'
|
||||
|
||||
%h1.text-center
|
||||
Vertical Schedule for
|
||||
= @conference.title
|
||||
Loading…
Add table
Add a link
Reference in a new issue