Make edit and new investment forms similar

One of them was less wide than the other one.

We're still only adding the heading to the form for the new investment,
just like in the original budgets redesign.
This commit is contained in:
Javi Martín
2021-07-07 15:58:39 +02:00
parent 355153813d
commit 5cb617f46d

View File

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