Fix type of field for Milestone form

This commit is contained in:
Marko Lovic
2018-08-20 11:41:05 +02:00
committed by Javi Martín
parent 7b0aa1e104
commit a1567058b6

View File

@@ -14,9 +14,9 @@
admin_budget_investment_statuses_path %>
</div>
<%= f.translatable_text_field :description,
rows: 5,
label: t("admin.milestones.new.description") %>
<%= f.translatable_text_area :description,
rows: 5,
label: t("admin.milestones.new.description") %>
<%= f.label :publication_date, t("admin.milestones.new.date") %>
<%= f.text_field :publication_date,