Fixed error label.

This commit is contained in:
Alessandro Cuoghi
2017-08-30 11:17:34 +02:00
committed by taitus
parent 5d22558c2b
commit 634d782c2c

View File

@@ -7,14 +7,15 @@
<div class="small-12 column">
<%= f.label :title, t("community.topic.form.topic_title") %>
<%= f.text_field :title, label: false %>
</div>
<div class="small-12 column">
<%= f.label :description, t("community.topic.form.topic_description") %>
<%= f.text_area :description, label: false %>
</div>
<div class="actions small-12 column">
<%= f.submit(class: "button", value: t("community.topic.form.#{action_name}.submit_button")) %>
</div>
</div>
<% end %>