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.
7 lines
398 B
7 lines
398 B
8 years ago
|
= 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
|
||
|
= button_tag :save, value: :save
|