diff --git a/app/views/admin/budgets/_group.html.erb b/app/views/admin/budgets/_group.html.erb index 3660fa0c1..2890ada2c 100644 --- a/app/views/admin/budgets/_group.html.erb +++ b/app/views/admin/budgets/_group.html.erb @@ -1,76 +1,74 @@ -
| - <%= 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" } %> - | -|||||
|---|---|---|---|---|---|
| + <%= 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" } %> + | +|||||
|---|---|---|---|---|---|
|
-
- <%= t("admin.budgets.form.no_heading") %>
-
- |
- |||||
| <%= t("admin.budgets.form.table_heading") %> | -<%= t("admin.budgets.form.table_amount") %> | -<%= t("admin.budgets.form.table_geozone") %> | -|||
| - <%= heading.name %> - | -- <%= heading.price %> - | -- <%= geozone_name_from_id heading.geozone_id %> + |
+
+ <%= t("admin.budgets.form.no_heading") %>
+
|
||
| <%= t("admin.budgets.form.table_heading") %> | +<%= t("admin.budgets.form.table_amount") %> | +<%= t("admin.budgets.form.table_geozone") %> | +|||
- <%= t('admin.budgets.show.phase') %>: <%= t("budget.phase.#{@budget.phase}") %> | - <%= t('admin.budgets.show.currency') %>: <%= @budget.currency_symbol %> -
-