From 7323ea00a4753f1f6dc4658166146fcc717c4494 Mon Sep 17 00:00:00 2001 From: yasushiito Date: Thu, 11 Jul 2013 07:56:38 +0900 Subject: [PATCH] t#31653:add scenario --- app/views/ground_colors/_scenario.html.erb | 3 +++ app/views/ground_pictures/_scenario.html.erb | 3 +++ app/views/panel_pictures/_scenario.html.erb | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 app/views/ground_colors/_scenario.html.erb create mode 100644 app/views/ground_pictures/_scenario.html.erb create mode 100644 app/views/panel_pictures/_scenario.html.erb diff --git a/app/views/ground_colors/_scenario.html.erb b/app/views/ground_colors/_scenario.html.erb new file mode 100644 index 00000000..5e4094dd --- /dev/null +++ b/app/views/ground_colors/_scenario.html.erb @@ -0,0 +1,3 @@ +
+ <%= h(ground_color.caption) %> +
diff --git a/app/views/ground_pictures/_scenario.html.erb b/app/views/ground_pictures/_scenario.html.erb new file mode 100644 index 00000000..e43f04ec --- /dev/null +++ b/app/views/ground_pictures/_scenario.html.erb @@ -0,0 +1,3 @@ +
+ <%= h(ground_picture.caption) %> +
diff --git a/app/views/panel_pictures/_scenario.html.erb b/app/views/panel_pictures/_scenario.html.erb new file mode 100644 index 00000000..912d76f1 --- /dev/null +++ b/app/views/panel_pictures/_scenario.html.erb @@ -0,0 +1,3 @@ +
+ <%= h(panel_picture.caption) %> +
-- 2.11.0