|
|
@@ -8,7 +8,7 @@ |
|
|
<h3><%= product.title %></h3> |
|
|
<h3><%= product.title %></h3> |
|
|
<%= sanitize(product.description) %> |
|
|
<%= sanitize(product.description) %> |
|
|
<div class="price_line"> |
|
|
<div class="price_line"> |
|
|
<span class="price"><%= product.price %></span> |
|
|
|
|
|
|
|
|
<span class="price"><%= number_to_currency(product.price) %></span> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<% end %> |
|
|
<% end %> |