app/views/manage/messages/_form.html.haml in hackathon_manager-0.8.2 vs app/views/manage/messages/_form.html.haml in hackathon_manager-0.9.0

- old
+ new

@@ -15,10 +15,10 @@ %br .row .col-lg-6.mb-3 %h5.mb-3 Body - = f.input :body, input_html: { rows: 23, 'data-message-live-preview' => 'textarea', class: 'text-monospace', style: 'font-size: 14px' }, hint: "Supports markdown and HTML", label: false, wrapper: :bootstrap_inline_form + = f.input :body, input_html: { rows: 36, 'data-message-live-preview' => 'textarea', class: 'text-monospace', style: 'font-size: 14px' }, hint: "Supports markdown and HTML", label: false, wrapper: :bootstrap_inline_form .col-lg-6.mb-3 %h5.mb-3 Preview %iframe.email-preview{src: live_preview_manage_messages_path(body: @message.body), 'data-message-live-preview' => 'iframe', 'data-message-live-preview-base-src' => live_preview_manage_messages_path} .form-actions.mb-3