Listing speech_balloons

<% @speech_balloons.each do |speech_balloon| %> <% end %>
Name Tail count size count t
<%= h speech_balloon.name %> <%= speech_balloon.tail_count %> <%= speech_balloon.size_count %> <%= speech_balloon.t %> <%= link_to 'show', speech_balloon %> <% if admin_signed_in? -%> <%= link_to 'Destroy', speech_balloon, confirm: 'Are you sure?', method: :delete %> <% end -%>