From c38cabe06e20039a6fb6759c075d153683d93d7f Mon Sep 17 00:00:00 2001 From: BelieveC Date: Tue, 7 Feb 2017 19:45:49 +0530 Subject: [PATCH] Fixes #1260, Changes behavior of proposal update page requirement field --- app/views/proposals/_proposal_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'