OSDN Git Service

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