Add 'Execution' tab to a finished Budget stats
This tab will show all winner investments projects with milestones
This commit is contained in:
@@ -34,6 +34,11 @@
|
|||||||
<li class="tabs-title is-active">
|
<li class="tabs-title is-active">
|
||||||
<%= link_to t("budgets.stats.link"), budget_stats_path(@budget), class: "is-active" %>
|
<%= link_to t("budgets.stats.link"), budget_stats_path(@budget), class: "is-active" %>
|
||||||
</li>
|
</li>
|
||||||
|
<% if @budget.finished? %>
|
||||||
|
<li class="tabs-title">
|
||||||
|
<%= link_to t("budgets.executions.link"), budget_executions_path(@budget) %>
|
||||||
|
</li>
|
||||||
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user