Changed community.yml buttons.

This commit is contained in:
Alessandro Cuoghi
2017-08-07 19:10:00 +02:00
committed by taitus
parent a1d37fa6c4
commit 83683eb53f
2 changed files with 6 additions and 3 deletions

View File

@@ -9,8 +9,7 @@
</div>
<div class="actions small-12 column">
<%= f.submit(class: "button", value: t("community.topic.form.submit_button")) %>
<%#= f.submit(class: "button", value: t("community.topic.#{action_name}.form.submit_button")) %>
<%= f.submit(class: "button", value: t("community.topic.form.#{action_name}.submit_button")) %>
</div>
</div>
<% end %>