OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / views / home / scrolls.html.erb
index 9d0287d..bba50b7 100644 (file)
@@ -2,9 +2,9 @@
 <p id="notice"><%= notice %></p>
 
 <table>
-  <% @comics.each do |comic| %>
-    <%= render 'comics/list_item', :comic => comic, :author => @author %>
+  <% @scrolls.each do |scroll| %>
+    <%= render 'scrolls/list_item', :scroll => scroll, :author => @author %>
   <% end %>
 </table>
 <%= paginate(@paginate) %>
-<%= link_to t('comics.new.title'), new_comic_path %>
+<%= link_to t('scrolls.new.title'), new_scroll_path %>