mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Add booths to admin sidebar
This commit is contained in:
parent
835859e350
commit
834e9d96e4
4 changed files with 15 additions and 1 deletions
|
|
@ -90,6 +90,10 @@ module Admin
|
|||
update_state(:cancel, 'Booth is canceled')
|
||||
end
|
||||
|
||||
def confirm
|
||||
update_state(:confirm, 'Booth successfully confirmed')
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def update_state(transition, notice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue