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

@@ -29,10 +29,10 @@
<ul class="tabs">
<li class="tabs-title is-active">
<span class="show-for-sr"><%= t("shared.you_are_in") %></span>
<%= link_to t("budgets.results.link"), budget_results_path(@budget), class: "is-active" %>
<%= 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>