show price on index/show if feasible && selected

This commit is contained in:
Alberto Garcia Cabeza
2017-05-05 17:14:54 +02:00
parent 09f403c3ac
commit 98a76a1ae5
5 changed files with 24 additions and 0 deletions

View File

@@ -73,6 +73,13 @@
ballot: ballot
} %>
</div>
<% elsif investment.should_show_price? %>
<div id="<%= dom_id(investment) %>_price"
class="supports small-12 medium-3 column text-center">
<p class="investment-project-amount margin-top">
<%= investment.formatted_price %>
</p>
</div>
<% end %>
<% end %>

View File

@@ -98,6 +98,15 @@
</div>
<br>
<% end %>
<% if investment.should_show_price? %>
<div class="sidebar-divider"></div>
<h2><%= t("budgets.investments.show.price") %></h2>
<div class="supports text-center">
<p class="investment-project-amount">
<%= investment.formatted_price %>
</p>
</div>
<% end %>
<div id="social-share" class="sidebar-divider"></div>
<h2><%= t("budgets.investments.show.share") %></h2>
<div class="social-share-full">