<%= notice %>

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

Tail limit: <%= @speach_balloon.tail_count %>

size limit: <%= @speach_balloon.size_count %>

t: <%= @speach_balloon.t %>

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

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

<% end -%> <%= link_to 'Back', speach_balloons_path %>