OSDN Git Service

t#:
[pettanr/pettanr.git] / app / views / speech_balloons / show.html.erb
index 51e0115..b16e221 100644 (file)
@@ -1,3 +1,14 @@
 <h1><%= t('.title') %></h1>
 <p id="notice"><%= notice %></p>
 
+<%= render 'speech_balloons/standard', :panel => @speech_balloon.panel, :operators => @operators, :spot => @speech_balloon %>
+
+<p>
+  <b><%= t_m 'SpeechBalloon.caption' -%>:</b>
+  <%= h @speech_balloon.caption %>
+</p>
+
+<%= link_to t('link.edit'), edit_speech_balloon_path(@speech_balloon) %>
+<%= link_to t('link.destroy'), speech_balloon_path(@speech_balloon), :method => :delete %>
+
+<%= render 'panels/element_copy', :element => @speech_balloon, :operators => @operators %>