<%= t('.title') %>

<%= notice %>

<%= render 'speech_balloons/standard', :panel => @speech_balloon.panel, :operators => @operators, :spot => @speech_balloon %>

<%= t_m 'SpeechBalloon.caption' -%>: <%= h @speech_balloon.caption %>

<%= link_to t('link.edit'), edit_speech_balloon_path(@speech_balloon) %> <%= link_to t('link.destroy'), speech_balloon_path(@speech_balloon), :method => :delete %>