OSDN Git Service

work
[pettanr/pettanr.git] / app / views / panels / _body.html.erb
index 355017e..60e03fc 100644 (file)
@@ -5,7 +5,7 @@
   <% end %>
 <% end %>
 <%= content_tag :div, :id => panel.tag_id, :panel_id => panel.tag_panel_id, :class => "pettanr-comic-panel", :style => "width: #{panel.width}px; height: #{panel.height}px; border-style: solid; border-width: #{panel.border}px; border-color: black; background-color: white;" do %>
-  <% if panel.visible? author -%>
+  <% if panel.visible? @operators -%>
     <% panel.panel_elements.each do |elm| %>
       <%= render elm.class.to_s.tableize + '/element', :elm => elm, :spot => spot %>
     <% end %>