fix dentation
This commit is contained in:
@@ -137,13 +137,13 @@
|
|||||||
<span class="icon-budget"></span>
|
<span class="icon-budget"></span>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<% if investment.unfeasible? %>
|
<% if investment.unfeasible? %>
|
||||||
<div class="callout warning">
|
<div class="callout warning">
|
||||||
<%= t("budgets.investments.show.project_unfeasible_html") %>
|
<%= t("budgets.investments.show.project_unfeasible_html") %>
|
||||||
</div>
|
</div>
|
||||||
<% elsif !investment.selected? %>
|
<% elsif !investment.selected? %>
|
||||||
<div class="callout warning">
|
<div class="callout warning">
|
||||||
<%= t("budgets.investments.show.project_not_selected_html") %>
|
<%= t("budgets.investments.show.project_not_selected_html") %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user