diff --git a/app/views/conferences/admin/_broadcast.html.haml b/app/views/conferences/admin/_broadcast.html.haml index bea3a7e..ffb00d0 100644 --- a/app/views/conferences/admin/_broadcast.html.haml +++ b/app/views/conferences/admin/_broadcast.html.haml @@ -11,7 +11,7 @@ = button_tag :edit, value: :edit - else = textfield :subject, @subject, required: true, big: true - = textarea :body, @body, heading: 'articles.conference_registration.headings.admin.edit.info', help: 'articles.conference_registration.paragraphs.admin.edit.info', lang: @this_conference.locale, edit_on: :focus + = textarea :body, @body, lang: @this_conference.locale, edit_on: :focus .actions.right = button_tag :preview, value: :preview -# I18n.backend.enabled_locales.each do | locale |