Skip to content

Commit

Permalink
template added
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 20, 2010
1 parent 9237ad0 commit 6d98495
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions depot/app/views/store/add_to_cart.html.erb
@@ -0,0 +1,6 @@
<h2>Pragmaticカート</h2>
<ul>
<% for item in @cart.items %>
<li><%=h item.title %></li>
<% end %>
</ul>

0 comments on commit 6d98495

Please sign in to comment.