Merge pull request #5173 from consuldemocracy/budget_results

Replace back link on budget results
This commit is contained in:
Sebastia
2023-11-14 10:08:31 +01:00
committed by GitHub
6 changed files with 21 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<div class="expanded no-margin-top padding header">
<div class="row">
<div class="small-12 column">
<%= back_link_to budgets_path %>
<%= back_link_to budget_path(@budget) %>
<h2 class="margin-top">
<%= t("budgets.executions.heading") %><br>
<span><%= @budget.name %></span>

View File

@@ -14,7 +14,7 @@
<div class="expanded no-margin-top padding header">
<div class="row">
<div class="small-12 column">
<%= back_link_to budgets_path %>
<%= back_link_to budget_path(@budget) %>
<h2 class="margin-top">
<%= t("budgets.results.heading") %><br>
<span><%= @budget.name %></span>

View File

@@ -12,7 +12,7 @@
<div class="expanded no-margin-top padding header">
<div class="row">
<div class="small-12 column">
<%= back_link_to budgets_path %>
<%= back_link_to budget_path(@budget) %>
<h2 class="margin-top">
<%= t("stats.title") %><br>
<span><%= @budget.name %></span>