The margin between the heading and the form was different due to margin collapsing, which applied in one case but not the other.
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
<%= back_link_to admin_budgets_path %>
|
|
|
|
<header>
|
|
<h2><%= t("admin.budgets.new.title") %></h2>
|
|
</header>
|
|
|
|
<%= render "/admin/budgets/form" %>
|