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:
@@ -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>
|
||||
</div>
|
||||
|
||||
<%= render "/budgets/investments/form", form_url: budget_investment_path(@budget, @investment) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user