Add Milestone tag select filter on executions public page

This commit is contained in:
lalo
2019-04-03 09:51:13 +02:00
parent 63e0cd02d0
commit be8a0dbe8a
28 changed files with 180 additions and 38 deletions

View File

@@ -106,10 +106,9 @@
</div>
<div class="small-12 column">
<%= f.label :milestone_tag_list, t("admin.budget_investments.edit.milestone_tags") %>
<%= f.text_field :milestone_tag_list,
value: @investment.milestone_tag_list.sort.join(", "),
label: false %>
label: t("admin.budget_investments.edit.milestone_tags") %>
</div>