OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / views / comics / index.html.erb
diff --git a/app/views/comics/index.html.erb b/app/views/comics/index.html.erb
deleted file mode 100644 (file)
index cef2ab9..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<h1><%= t '.title' -%></h1>
-
-<table>
-  <% @comics.each do |comic| %>
-    <%= render 'list_item', :comic => comic, :author => @author %>
-  <% end %>
-</table>
-<%= paginate(@paginate) %>
-<%= link_to t('comics.new.title'), new_comic_path %>