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 %>