Merge efdb2cd63b into 4b6895f31d
This commit is contained in:
commit
e06a47820c
16 changed files with 118 additions and 25 deletions
|
|
@ -5,6 +5,13 @@
|
|||
%h1.text-center
|
||||
Schedule for
|
||||
= @conference.title
|
||||
- if current_user
|
||||
.row
|
||||
.col-md-12.text-center
|
||||
= button_to (@favourites ? 'All events' : 'Only favourites events'),
|
||||
conference_schedule_path(@conference.short_title),
|
||||
params: { favourites: !@favourites },
|
||||
method: :get, class: 'btn btn-success'
|
||||
.dropdown.schedule-dropdown
|
||||
%button{ type: "button", class: "btn btn-default dropdown-toggle", 'data-toggle' => "dropdown" }
|
||||
= @day
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue