OSDN Git Service

t#31653:add scenario
authoryasushiito <yas@pen-chan.jp>
Wed, 10 Jul 2013 22:56:38 +0000 (07:56 +0900)
committeryasushiito <yas@pen-chan.jp>
Wed, 10 Jul 2013 22:56:38 +0000 (07:56 +0900)
app/views/ground_colors/_scenario.html.erb [new file with mode: 0644]
app/views/ground_pictures/_scenario.html.erb [new file with mode: 0644]
app/views/panel_pictures/_scenario.html.erb [new file with mode: 0644]

diff --git a/app/views/ground_colors/_scenario.html.erb b/app/views/ground_colors/_scenario.html.erb
new file mode 100644 (file)
index 0000000..5e4094d
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="<%= ground_color.tag_id('scenario') -%>" class="ground_color-scenario">
+  <%= h(ground_color.caption) %>
+</div>
diff --git a/app/views/ground_pictures/_scenario.html.erb b/app/views/ground_pictures/_scenario.html.erb
new file mode 100644 (file)
index 0000000..e43f04e
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="<%= ground_picture.tag_id('scenario') -%>" class="ground_picture-scenario">
+  <%= h(ground_picture.caption) %>
+</div>
diff --git a/app/views/panel_pictures/_scenario.html.erb b/app/views/panel_pictures/_scenario.html.erb
new file mode 100644 (file)
index 0000000..912d76f
--- /dev/null
@@ -0,0 +1,3 @@
+<div id="<%= panel_picture.tag_id('scenario') -%>" class="panel_picture-scenario">
+  <%= h(panel_picture.caption) %>
+</div>