OSDN Git Service

work
[pettanr/pettanr.git] / app / views / speech_balloons / show.html.erb
index 998ee30..f7f0755 100644 (file)
@@ -1,7 +1,7 @@
 <h1><%= t('.title') %></h1>
 <p id="notice"><%= notice %></p>
 
-<%= render 'speech_balloons/standard', :panel => @speech_balloon.panel, :author => @author, :spot => @speech_balloon %>
+<%= render 'speech_balloons/standard', :panel => @speech_balloon.panel, :operators => @operators, :spot => @speech_balloon %>
 
 <p>
   <b><%= t_m 'SpeechBalloon.caption' -%>:</b>
@@ -95,4 +95,4 @@
 <%= 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, :author => @author %>
+<%= render 'panels/element_copy', :element => @speech_balloon, :operators => @operators %>