fixes admin budgets group table

This commit is contained in:
Alberto Garcia Cabeza
2017-04-24 13:12:33 +02:00
parent 13c5eb9812
commit 26ce2a1ae2

View File

@@ -1,7 +1,7 @@
<table>
<thead>
<tr>
<th colspan="3" class="with-button">
<th colspan="2" class="with-button">
<%= group.name %>
<%= link_to t("admin.budgets.form.add_heading"), "#", class: "button float-right js-toggle-link", data: { "toggle-selector" => "#group-#{group.id}-new-heading-form" } %>
</th>