2016-12-11 20:02:24 -08:00
|
|
|
= columns(medium: 12) do
|
|
|
|
= form_tag administration_update_path(@this_conference.slug, @admin_step) do
|
|
|
|
= translate_textarea :payment_message, @this_conference, default: 'articles.conference_registration.paragraphs.Payment', help: 'articles.conference_registration.paragraphs.admin.payment.message', edit_on: :focus, short: true
|
|
|
|
|
|
|
|
.actions.right
|
2017-04-09 11:37:16 -07:00
|
|
|
= button :save, value: :save
|