Fix Style: Display Titles without highlight

This commit is contained in:
taitus
2019-06-01 22:09:07 +02:00
committed by Senén Rodero Rodríguez
parent f3022b2cec
commit 0602a38742
9 changed files with 36 additions and 29 deletions

View File

@@ -1,7 +1,9 @@
<%= back_link_to admin_budgets_path %>
<div class="small-12 column">
<h2><%= t("admin.budgets.edit.title") %></h2>
<div class="row">
<div class="small-12 column">
<h2><%= t("admin.budgets.edit.title") %></h2>
</div>
</div>
<%= render "/admin/budgets/form" %>