diff --git a/depot/app/views/store/index.html.erb b/depot/app/views/store/index.html.erb index 9260d1a..75b3f50 100644 --- a/depot/app/views/store/index.html.erb +++ b/depot/app/views/store/index.html.erb @@ -6,7 +6,7 @@

<%=h product.title %>

<%= product.description %>
- <%= product.price %> + <%= sprintf("$%0.02f", product.price) %>
<% end %>