<%= notice %>

Name: <%= h @speech_balloon.name %>

Tail count: <%= @speech_balloon.tail_count %>

size count: <%= @speech_balloon.size_count %>

t: <%= @speech_balloon.t %>

<% @speech_balloon.balloon_templates.each do |balloon_template| -%>

Tail:<%= balloon_template.tail -%> Size:<%= balloon_template.size -%>

<% end -%> <%= link_to 'Back', :action => :list %>