fix dentation

This commit is contained in:
Julian Herrero
2018-05-01 00:02:43 +07:00
parent acedb3ee3a
commit 353c808dd2

View File

@@ -137,13 +137,13 @@
<span class="icon-budget"></span>
</div>
<br>
<% if investment.unfeasible? %>
<% if investment.unfeasible? %>
<div class="callout warning">
<%= t("budgets.investments.show.project_unfeasible_html") %>
<%= t("budgets.investments.show.project_unfeasible_html") %>
</div>
<% elsif !investment.selected? %>
<% elsif !investment.selected? %>
<div class="callout warning">
<%= t("budgets.investments.show.project_not_selected_html") %>
<%= t("budgets.investments.show.project_not_selected_html") %>
</div>
<% end %>
<% end %>