Listing speeches

<% @speeches.each do |speech| %> <% end %>
id balloon content x y t Width Height created_at updated_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 %>