Fixed error label.
This commit is contained in:
committed by
taitus
parent
5d22558c2b
commit
634d782c2c
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user