OSDN Git Service

Merge branch 'v03_test' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v03_test
[pettanr/pettanr.git] / app / views / speaches / list.html.erb
diff --git a/app/views/speaches/list.html.erb b/app/views/speaches/list.html.erb
deleted file mode 100644 (file)
index 928b135..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<h1>Listing speaches</h1>
-
-<table>
-  <tr>
-    <th>id</th>
-    <th>balloon</th>
-    <th>content</th>
-    <th>x</th>
-    <th>y</th>
-    <th>t</th>
-    <th>Width</th>
-    <th>Height</th>
-    <th>created_at</th>
-    <th>updated_at</th>
-  </tr>
-
-<% @speaches.each do |speach| %>
-  <tr>
-    <td><%= speach.id %></td>
-    <td><%= link_to speach.balloon_id, :controller => 'balloons', :action => :browse, :id => speach.balloon_id %></td>
-    <td><%= h speach.content %></td>
-    <td><%= speach.x %></td>
-    <td><%= speach.y %></td>
-    <td><%= speach.t %></td>
-    <td><%= speach.width %></td>
-    <td><%= speach.height %></td>
-    <td><%= speach.created_at %></td>
-    <td><%= speach.updated_at %></td>
-  </tr>
-<% end %>
-</table>