From 27e172134820a7300ec051a181da0f187aec9b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 9 Mar 2021 20:07:15 +0100 Subject: [PATCH] Remove unnecessary HTML classes There are negative margins on .expanded.budget elements, and so these rules are redundant. --- app/views/budgets/ballot/_ballot.html.erb | 2 +- app/views/budgets/groups/show.html.erb | 2 +- app/views/budgets/index.html.erb | 2 +- app/views/budgets/show.html.erb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/budgets/ballot/_ballot.html.erb b/app/views/budgets/ballot/_ballot.html.erb index 3c03f6363..fcd2c9cd8 100644 --- a/app/views/budgets/ballot/_ballot.html.erb +++ b/app/views/budgets/ballot/_ballot.html.erb @@ -1,4 +1,4 @@ -
+
<%= back_link_to @ballot_referer %> diff --git a/app/views/budgets/groups/show.html.erb b/app/views/budgets/groups/show.html.erb index 8d471e6e3..c778825dc 100644 --- a/app/views/budgets/groups/show.html.erb +++ b/app/views/budgets/groups/show.html.erb @@ -2,7 +2,7 @@ <%= render "shared/canonical", href: budget_group_url(filter: @current_filter) %> <% end %> -
+
<%= back_link_to budgets_path %> diff --git a/app/views/budgets/index.html.erb b/app/views/budgets/index.html.erb index 348832170..3a8e86d97 100644 --- a/app/views/budgets/index.html.erb +++ b/app/views/budgets/index.html.erb @@ -121,7 +121,7 @@ <% end %>
<% else %> -
+

<%= t("budgets.index.title") %>

diff --git a/app/views/budgets/show.html.erb b/app/views/budgets/show.html.erb index 967d5d2a0..70daf8989 100644 --- a/app/views/budgets/show.html.erb +++ b/app/views/budgets/show.html.erb @@ -2,7 +2,7 @@ <%= render "shared/canonical", href: budget_url(@budget, filter: @current_filter) %> <% end %> -
+
<%= back_link_to budgets_path %>