Skip to content

Commit

Permalink
view updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 20, 2010
1 parent c353084 commit 644c0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depot/app/views/store/add_to_cart.html.erb
@@ -1,6 +1,6 @@
<h2>Pragmaticカート</h2>
<ul>
<% for item in @cart.items %>
<li><%=h item.title %></li>
<li><%= item.quantity %> &times; <%=h item.title %></li>
<% end %>
</ul>

0 comments on commit 644c0b3

Please sign in to comment.