Files
grecia/app/views/budgets/investments/new.html.erb
2016-12-15 19:36:13 +01:00

9 lines
260 B
Plaintext

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