diff --git a/app/views/proposals/_proposal_form.html.haml b/app/views/proposals/_proposal_form.html.haml index 16f3fba2..204906e0 100644 --- a/app/views/proposals/_proposal_form.html.haml +++ b/app/views/proposals/_proposal_form.html.haml @@ -55,7 +55,7 @@ %p.text-right = link_to '#description', 'data-toggle' => 'collapse' do Do you require something special? - + #description{class:"collapse#{'in' if @event.description.present?}"} = f.input :description, input_html: { rows: 5 }, label: 'Requirements', placeholder: 'Eg. Whiteboard, printer, or something like that.'