From 114cf037fbb1e692128bc44ad06278921124b904 Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 18 Jul 2016 12:43:26 -0700 Subject: [PATCH] Removed "Info" heading and helper from broadcast page --- app/views/conferences/admin/_broadcast.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |