Files
nairobi/app/views/budgets/investments/edit.html.erb
denialtorres bb627a7117 Edit Budget Investment only in accepting phase (#3716)
This way users who made a typo can fix it before the investment is reviewed.
2019-10-18 13:59:14 +02:00

7 lines
259 B
Plaintext

<div class="budget-investment-new row">
<div class="small-12 medium-9 column">
<h1><%= t("management.budget_investments.edit") %></h1>
<%= render "/budgets/investments/form", form_url: budget_investment_path(@budget, @investment) %>
</div>
</div>