From 2913f370012079067b467ebc8f9ddee5ad9b4798 Mon Sep 17 00:00:00 2001 From: Kensuke Kaneko Date: Wed, 20 Jan 2010 23:58:46 +0900 Subject: [PATCH] =?UTF-8?q?Store=20view=20=E3=81=AE=20layaut=20=E3=83=86?= =?UTF-8?q?=E3=83=B3=E3=83=97=E3=83=AC=E3=83=BC=E3=83=88=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- depot/app/views/layouts/store.html.erb | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 depot/app/views/layouts/store.html.erb diff --git a/depot/app/views/layouts/store.html.erb b/depot/app/views/layouts/store.html.erb new file mode 100644 index 0000000..e9cc1cc --- /dev/null +++ b/depot/app/views/layouts/store.html.erb @@ -0,0 +1,27 @@ + + + + Pragprog Books Online Store + + <%= stylesheet_link_tag "depot", :media => "all" %> + + + + +
+ +
+ <%= yield :layout %> +
+
+ +