You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
449 B
9 lines
449 B
- if @warning_message
|
|
= columns(medium: 12) do
|
|
.warning-info=_"articles.admin.registrations.#{@warning_message}"
|
|
- else
|
|
= columns(medium: 12) do
|
|
= form_tag administration_update_path(@this_conference.slug, @admin_step) do
|
|
= selectfield :registration_status, @this_conference.registration_status || 'closed', registration_status_options_list, inline_label: true
|
|
.actions.left
|
|
= button_tag :save, value: :save
|
|
|