<%= t '.title' -%>

<%= notice %>

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

<%= t_m 'SpeechBalloon.panel_id' -%>: <%= link_to @speech_balloon.panel_id, browse_panel_path(@speech_balloon.panel) %>

<%= t_m 'SpeechBalloon.speech_balloon_template_id' -%>: <%= link_to @speech_balloon.speech_balloon_template_id, browse_speech_balloon_template_path(@speech_balloon.speech_balloon_template) %>

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

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

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

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

<%= t_m 'SpeechBalloon.created_at' -%>: <%= l @speech_balloon.created_at %>

<%= t_m 'SpeechBalloon.updated_at' -%>: <%= l @speech_balloon.updated_at %>

<%= link_to t('link.back'), :action => :list %>