Skip to content

Commit

Permalink
[DEMAD-441] proyectos inviables
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessasotob committed Jul 14, 2022
1 parent 3fdd485 commit bdd8c80
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/views/budgets/stats/_advanced_stats.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@
t("stats.budgets.total_investments"),
html_class: "total-investments"
) %>
<%= number_with_info_tags(stats.total_unfeasible_investments,
<%if @budget.id == 5%>
<%= number_with_info_tags(265,
t("stats.budgets.total_unfeasible_investments")) %>
<%else%>
<%= number_with_info_tags(stats.total_unfeasible_investments,
t("stats.budgets.total_unfeasible_investments")) %>
<%end%>
<%= number_with_info_tags(stats.total_selected_investments,
t("stats.budgets.total_selected_investments")) %>
</div>
Expand Down

0 comments on commit bdd8c80

Please sign in to comment.