OSDN Git Service

t#:
[pettanr/pettanr.git] / app / views / scroll_panels / index.html.erb
diff --git a/app/views/scroll_panels/index.html.erb b/app/views/scroll_panels/index.html.erb
deleted file mode 100644 (file)
index 74213ff..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<h1><%= t '.title' -%></h1>
-<table>
-  <% @scroll_panels.each do |scroll_panel| %>
-    <%= render 'list_item', :scroll_panel => scroll_panel, :author => @author %>
-  <% end %>
-</table>
-<%= paginate(@paginate) %>
-<%= link_to t('scroll_panels.new.title'), new_scroll_panel_path %>