Add booths to admin sidebar
This commit is contained in:
parent
835859e350
commit
834e9d96e4
4 changed files with 15 additions and 1 deletions
|
|
@ -42,3 +42,8 @@
|
|||
%li= link_to 'Cancel booth',
|
||||
cancel_admin_conference_booth_path(@conference.short_title, booth),
|
||||
method: :patch, id: "cancel_booth_#{booth.id}"
|
||||
|
||||
- if booth.transition_possible? :confirm
|
||||
%li= link_to 'Confirm booth',
|
||||
confirm_admin_conference_booth_path(@conference.short_title, booth),
|
||||
method: :patch, id: "confirm_booth_#{booth.id}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue