Add 'Execution' tab to a finished Budget

This new tab will show all winner investments projects with milestones
This commit is contained in:
Angel Perez
2018-06-27 09:28:47 -04:00
committed by Javi Martín
parent 6b246552e3
commit b483ca7f7e
3 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -174,6 +174,8 @@ en:
investment_proyects: List of all investment projects
unfeasible_investment_proyects: List of all unfeasible investment projects
not_selected_investment_proyects: List of all investment projects not selected for balloting
executions:
link: "Execution"
phases:
errors:
dates_range_invalid: "Start date can't be equal or later than End date"

View File

@@ -174,6 +174,8 @@ es:
investment_proyects: Ver lista completa de proyectos de gasto
unfeasible_investment_proyects: Ver lista de proyectos de gasto inviables
not_selected_investment_proyects: Ver lista de proyectos de gasto no seleccionados para la votación final
executions:
link: "Ejecución"
phases:
errors:
dates_range_invalid: "La fecha de comienzo no puede ser igual o superior a la de finalización"