X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fspeeches%2Flist.html.erb;fp=app%2Fviews%2Fspeeches%2Flist.html.erb;h=8417d57f55c26752d5f8909fac7021759498a8b5;hp=0000000000000000000000000000000000000000;hb=aac8dcaac3363c67a15a6fbd77da900ff4d63dbe;hpb=b5b537bb72484a06c3d227b8d7a2efe74fd6a2ba diff --git a/app/views/speeches/list.html.erb b/app/views/speeches/list.html.erb new file mode 100644 index 00000000..8417d57f --- /dev/null +++ b/app/views/speeches/list.html.erb @@ -0,0 +1,31 @@ +

Listing speeches

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