OSDN Git Service

speech and balloon template deleted
[pettanr/pettanr.git] / app / views / balloon_templates / index.html.erb
diff --git a/app/views/balloon_templates/index.html.erb b/app/views/balloon_templates/index.html.erb
deleted file mode 100644 (file)
index 93b1b81..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<h1>Listing balloon_templates</h1>
-
-<table>
-  <tr>
-    <th>speech balloon</th>
-    <th>system_picture</th>
-    <th>Tail</th>
-    <th>size</th>
-    <th>MinWidth</th>
-    <th>MinHeight</th>
-    <th>MaxWidth</th>
-    <th>MaxHeight</th>
-  </tr>
-
-<% @balloon_templates.each do |balloon_template| %>
-  <tr>
-    <td><%= balloon_template.speech_balloon_id %></td>
-    <td><%= balloon_template.system_picture_id %></td>
-    <td><%= balloon_template.tail %></td>
-    <td><%= balloon_template.size %></td>
-    <td><%= balloon_template.min_width %></td>
-    <td><%= balloon_template.min_height %></td>
-    <td><%= balloon_template.max_width %></td>
-    <td><%= balloon_template.max_height %></td>
-  </tr>
-<% end %>
-</table>