OSDN Git Service

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