fix dentation
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user