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.
5 lines
312 B
5 lines
312 B
= columns(medium: 12) do
|
|
= admin_update_form do
|
|
= translate_textarea :info, @this_conference, label: 'articles.conference_registration.headings.admin.edit.info', help: 'articles.conference_registration.paragraphs.admin.edit.info', edit_on: :focus
|
|
.actions.right
|
|
= button :save, value: :save
|
|
|