OSDN Git Service

speach rename to speech
[pettanr/pettanr.git] / app / views / speach_templates / index.html.erb
diff --git a/app/views/speach_templates/index.html.erb b/app/views/speach_templates/index.html.erb
deleted file mode 100644 (file)
index e1b1972..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<h1>Listing speach_templates</h1>
-
-<table>
-  <tr>
-    <th>balloon template</th>
-    <th>x</th>
-    <th>y</th>
-    <th>Width</th>
-    <th>Height</th>
-  </tr>
-
-<% @speach_templates.each do |speach_template| %>
-  <tr>
-    <td><%= speach_template.balloon_template_id %></td>
-    <td><%= speach_template.x %></td>
-    <td><%= speach_template.y %></td>
-    <td><%= speach_template.width %></td>
-    <td><%= speach_template.height %></td>
-  </tr>
-<% end %>
-</table>