Listing balloons

<% @balloons.each do |balloon| %> <% end %>
id speech_balloon_id system_picture x y Width Height caption settings created_at updated_at
<%= balloon.id %> <%= link_to balloon.speech_balloon_id, :controller => 'speech_balloons', :action => :browse, :id => balloon.speech_balloon_id %> <%= link_to balloon.system_picture_id, :controller => 'system_pictures', :action => :browse, :id => balloon.system_picture_id %> <%= balloon.x %> <%= balloon.y %> <%= balloon.width %> <%= balloon.height %> <%= balloon.caption %> <%= balloon.settings %> <%= balloon.created_at %> <%= balloon.updated_at %>