Listing balloon_templates

<% @balloon_templates.each do |balloon_template| %> <% end %>
id speach balloon system_picture Tail size MinWidth MinHeight MaxWidth MaxHeight created_at updated_at
<%= link_to balloon_template.id, :action => :browse, :id => balloon_template.id %> <%= link_to balloon_template.speach_balloon_id, :controller => 'speach_balloons', :action => :browse, :id => balloon_template.speach_balloon_id %> <%= link_to balloon_template.system_picture_id, :controller => 'system_pictures', :action => :browse, :id => balloon_template.system_picture_id %> <%= balloon_template.tail %> <%= balloon_template.size %> <%= balloon_template.min_width %> <%= balloon_template.min_height %> <%= balloon_template.max_width %> <%= balloon_template.max_height %> <%= balloon_template.created_at %> <%= balloon_template.updated_at %>