Skip to content

Commit

Permalink
Price format (bad style)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 20, 2010
1 parent 8fc06fa commit f1b8117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depot/app/views/store/index.html.erb
Expand Up @@ -6,7 +6,7 @@
<h3><%=h product.title %></h3>
<%= product.description %>
<div class="price-line">
<span class="price"><%= product.price %></span>
<span class="price"><%= sprintf("$%0.02f", product.price) %></span>
</div>
</div>
<% end %>

0 comments on commit f1b8117

Please sign in to comment.