OSDN Git Service

speach rename to speech
[pettanr/pettanr.git] / app / views / speach_templates / list.html.erb
diff --git a/app/views/speach_templates/list.html.erb b/app/views/speach_templates/list.html.erb
deleted file mode 100644 (file)
index 4577d04..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<h1>Listing speach_templates</h1>
-
-<table>
-  <tr>
-    <th>id</th>
-    <th>balloon template</th>
-    <th>x</th>
-    <th>y</th>
-    <th>Width</th>
-    <th>Height</th>
-    <th>created_at</th>
-    <th>updated_at</th>
-  </tr>
-
-<% @speach_templates.each do |speach_template| %>
-  <tr>
-    <td><%= link_to speach_template.id, :action => :browse, :id => speach_template.id %></td>
-    <td><%= link_to speach_template.balloon_template_id, :controller => 'balloon_templates', :action => :browse, :id => 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>
-    <td><%= speach_template.created_at %></td>
-    <td><%= speach_template.updated_at %></td>
-  </tr>
-<% end %>
-</table>