From 44ef1ce5e11455f770fb87ac68450bef44a782ed Mon Sep 17 00:00:00 2001 From: taitus Date: Wed, 10 Apr 2019 17:16:22 +0200 Subject: [PATCH] Fix houncibot parse error Add missing quotes. Notification Error: warning: 2.6.0-dev-compliant syntax, but you are running 2.6.1. warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. 2 error(s) were found in ERB files expected attribute value after '=' (at >) --- app/views/proposals/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/proposals/_form.html.erb b/app/views/proposals/_form.html.erb index 7e12add07..faeada8d6 100644 --- a/app/views/proposals/_form.html.erb +++ b/app/views/proposals/_form.html.erb @@ -18,7 +18,7 @@
<%= translations_form.label :summary %> -

> +

<%= t("proposals.form.proposal_summary_note") %>

<%= translations_form.text_area :summary,