X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fspeaches%2Flist.html.erb;fp=app%2Fviews%2Fspeaches%2Flist.html.erb;h=0000000000000000000000000000000000000000;hp=928b135dceed445286b88ac8ab42409e3fb87c20;hb=278f86183f2474b2c4d219b724e76cbe07ed63dc;hpb=cd9653c66c4883c5e9a483fc47f0ddf77ed837be diff --git a/app/views/speaches/list.html.erb b/app/views/speaches/list.html.erb deleted file mode 100644 index 928b135d..00000000 --- a/app/views/speaches/list.html.erb +++ /dev/null @@ -1,31 +0,0 @@ -

Listing speaches

- - - - - - - - - - - - - - - -<% @speaches.each do |speach| %> - - - - - - - - - - - - -<% end %> -
idballooncontentxytWidthHeightcreated_atupdated_at
<%= speach.id %><%= link_to speach.balloon_id, :controller => 'balloons', :action => :browse, :id => speach.balloon_id %><%= h speach.content %><%= speach.x %><%= speach.y %><%= speach.t %><%= speach.width %><%= speach.height %><%= speach.created_at %><%= speach.updated_at %>