OSDN Git Service

t#:fix story show
authoryasushiito <yas@pen-chan.jp>
Wed, 3 Jul 2013 09:51:53 +0000 (18:51 +0900)
committeryasushiito <yas@pen-chan.jp>
Wed, 3 Jul 2013 09:51:53 +0000 (18:51 +0900)
app/views/stories/comic.html.erb

index 82dbb4b..b0a13ea 100644 (file)
@@ -8,7 +8,7 @@
 <% else %>
   <% @stories.each do |story| %>
     <% if story.panel -%>
-      <%= render 'panels/body', :panel => story.panel, :author => @author %>
+      <%= render 'panels/body', :panel => story.panel, :author => @author, :spot => nil %>
     <% end %>
     <%= render 'footer', :story => story, :author => @author %>
   <% end %>