Move budget stats translations to stats files

We were using custom translations, but now this code is going to be
included in the main CONSUL repository.
This commit is contained in:
Javi Martín
2019-01-11 19:58:03 +01:00
parent cf32dcd6d5
commit 6ad3bc063c
7 changed files with 47 additions and 49 deletions

View File

@@ -32,7 +32,7 @@
<%= link_to t("budgets.results.link"), budget_results_path(@budget) %>
</li>
<li class="tabs-title">
<%= link_to t("budgets.stats.link"), budget_stats_path(@budget) %>
<%= link_to t("stats.budgets.link"), budget_stats_path(@budget) %>
</li>
<li class="tabs-title is-active">
<%= link_to t("budgets.executions.link"), budget_executions_path(@budget), class: "is-active" %>