Navigation Menu

Skip to content

Commit

Permalink
カートに入れるボタンをつけた
Browse files Browse the repository at this point in the history
  • Loading branch information
kyanny committed Jan 20, 2010
1 parent d096918 commit 2160221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depot/app/views/store/index.html.erb
Expand Up @@ -7,6 +7,7 @@
<%= product.description %>
<div class="price-line">
<span class="price"><%= number_to_currency(product.price) %></span>
<%= button_to "カートに入れる" %>
</div>
</div>
<% end %>

0 comments on commit 2160221

Please sign in to comment.