OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / views / panels / show.html.erb
index 6840f86..d947d08 100644 (file)
 
 
 <% if @author %>
-  <h2><%= t('panels.show.new_comics') -%></h2>
+  <h2><%= t('panels.show.new_scrolls') -%></h2>
   <table>
-    <% @new_comics.each do |comic| %>
-      <%= render 'append_comic', :panel => @panel, :comic => comic, :author => @author %>
+    <% @new_scrolls.each do |scroll| %>
+      <%= render 'append_scroll', :panel => @panel, :scroll => scroll, :author => @author %>
     <% end %>
   </table>
-  <h2><%= t('panels.show.fresh_comics') -%></h2>
+  <h2><%= t('panels.show.fresh_scrolls') -%></h2>
   <table>
-    <% @fresh_comics.each do |comic| %>
-      <%= render 'append_comic', :panel => @panel, :comic => comic, :author => @author %>
+    <% @fresh_scrolls.each do |scroll| %>
+      <%= render 'append_scroll', :panel => @panel, :scroll => scroll, :author => @author %>
     <% end %>
   </table>
   <h2><%= t('panels.show.copy') -%></h2>