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

13 lines
349 B
Plaintext

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