diff --git a/app/views/proposals/_proposal_form.html.haml b/app/views/proposals/_proposal_form.html.haml index ed8d3c02..d4366ebb 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? - .collapse#description + #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.'