OSDN Git Service

speach rename to speech
[pettanr/pettanr.git] / app / views / speach_balloons / list.html.erb
diff --git a/app/views/speach_balloons/list.html.erb b/app/views/speach_balloons/list.html.erb
deleted file mode 100644 (file)
index d3e2e48..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<h1>Listing speach_balloons</h1>
-<table>
-  <tr>
-    <th>id</th>
-    <th>Name</th>
-    <th>Tail count</th>
-    <th>size count</th>
-    <th>t</th>
-    <th>created_at</th>
-    <th>updated_at</th>
-    <th></th>
-  </tr>
-
-<% @speach_balloons.each do |speach_balloon| %>
-  <tr>
-    <td><%= link_to speach_balloon.id, :action => :browse, :id => speach_balloon.id %></td>
-    <td><%= h speach_balloon.name %></td>
-    <td><%= speach_balloon.tail_count %></td>
-    <td><%= speach_balloon.size_count %></td>
-    <td><%= speach_balloon.t %></td>
-    <td><%= speach_balloon.created_at %></td>
-    <td><%= speach_balloon.updated_at %></td>
-    <td>
-      <%= link_to 'Destroy', speach_balloon, confirm: 'Are you sure?', method: :delete %>
-    </td>
-  </tr>
-<% end %>
-</table>