Add description as comment on topic.

This commit is contained in:
taitus
2017-08-07 15:48:43 +02:00
parent d8b4323555
commit bc95b6f28d
5 changed files with 17 additions and 5 deletions

View File

@@ -6,6 +6,8 @@
<div class="small-12 column">
<%= f.label :title, t("topic.form.topic_title") %>
<%= f.text_field :title %>
<%= f.label :description_as_comment, t("topic.form.topic_description_as_comment") %>
<%= f.text_area :description_as_comment, maxlength: Comment.body_max_length %>
</div>
<div class="actions small-12 column">