From 93450dee57986086f96f2c701b570e38e00a55cf Mon Sep 17 00:00:00 2001 From: decabeza Date: Tue, 19 Mar 2019 17:10:41 +0100 Subject: [PATCH] Remove unnecessary css class --- app/views/admin/dashboard/actions/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/dashboard/actions/_form.html.erb b/app/views/admin/dashboard/actions/_form.html.erb index 409af5736..14cb2d952 100644 --- a/app/views/admin/dashboard/actions/_form.html.erb +++ b/app/views/admin/dashboard/actions/_form.html.erb @@ -34,7 +34,7 @@
-
+
<%= f.check_box :published_proposal, label: t("admin.dashboard.actions.form.published_proposal") %>

<%= t("admin.dashboard.actions.form.published_proposal_help_text") %>