Browse Source

Iteration C3.

master
Nils Dittberner 9 years ago
parent
commit
8844de3f8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/store/index.html.erb

+ 1
- 1
app/views/store/index.html.erb View File

@@ -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 %>

Loading…
Cancel
Save