From 634d782c2c82f7c6314571e9be922d3df78173ee Mon Sep 17 00:00:00 2001 From: Alessandro Cuoghi Date: Wed, 30 Aug 2017 11:17:34 +0200 Subject: [PATCH] Fixed error label. --- app/views/topics/_form.html.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/topics/_form.html.erb b/app/views/topics/_form.html.erb index 83f8cbb24..b0f3dcd28 100644 --- a/app/views/topics/_form.html.erb +++ b/app/views/topics/_form.html.erb @@ -7,14 +7,15 @@
<%= f.label :title, t("community.topic.form.topic_title") %> <%= f.text_field :title, label: false %> +
+
<%= f.label :description, t("community.topic.form.topic_description") %> <%= f.text_area :description, label: false %>
-
<%= f.submit(class: "button", value: t("community.topic.form.#{action_name}.submit_button")) %>
- + <% end %>