From 1112e2a9fca0a11823b0acadb2c86c60f4d729eb Mon Sep 17 00:00:00 2001 From: Kensuke Kaneko Date: Thu, 21 Jan 2010 00:49:51 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=83=BC=E3=83=88=E3=82=92=E7=A9=BA?= =?UTF-8?q?=E3=81=AB=E3=81=99=E3=82=8B=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=92?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depot/app/views/store/add_to_cart.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/depot/app/views/store/add_to_cart.html.erb b/depot/app/views/store/add_to_cart.html.erb index 02e93f8..9994f4c 100644 --- a/depot/app/views/store/add_to_cart.html.erb +++ b/depot/app/views/store/add_to_cart.html.erb @@ -3,4 +3,6 @@ <% for item in @cart.items %>
  • <%= item.quantity %> × <%=h item.title %>
  • <% end %> + + <%= button_to "カートを空にする", :action => "empty_cart" %>