From 2160221391af0c2cea505e9ce18b942ccd182dc8 Mon Sep 17 00:00:00 2001 From: Kensuke Kaneko Date: Thu, 21 Jan 2010 00:06:02 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AB=E3=83=BC=E3=83=88=E3=81=AB=E5=85=A5?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E3=83=9C=E3=82=BF=E3=83=B3=E3=82=92=E3=81=A4?= =?UTF-8?q?=E3=81=91=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depot/app/views/store/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/depot/app/views/store/index.html.erb b/depot/app/views/store/index.html.erb index 292b7c3..67ee8ab 100644 --- a/depot/app/views/store/index.html.erb +++ b/depot/app/views/store/index.html.erb @@ -7,6 +7,7 @@ <%= product.description %>
<%= number_to_currency(product.price) %> + <%= button_to "カートに入れる" %>
<% end %>