Add 'Execution' tab to a finished Budget stats

This 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 fac99cfb10
commit c2b9042ad7

View File

@@ -34,6 +34,11 @@
<li class="tabs-title is-active">
<%= link_to t("budgets.stats.link"), budget_stats_path(@budget), class: "is-active" %>
</li>
<% if @budget.finished? %>
<li class="tabs-title">
<%= link_to t("budgets.executions.link"), budget_executions_path(@budget) %>
</li>
<% end %>
</ul>
</div>
</div>