OSDN Git Service

t#32025:comic rename
[pettanr/pettanr.git] / app / views / stories / browse.html.erb
diff --git a/app/views/stories/browse.html.erb b/app/views/stories/browse.html.erb
deleted file mode 100644 (file)
index 24a7a6c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<p id="notice"><%= notice %></p>
-
-<p>
-  <b>comic_id:</b>
-  <%= @story.comic_id %>
-</p>
-
-<p>
-  <b>panel_id:</b>
-  <%= @story.panel_id %>
-</p>
-
-<p>
-  <b>t:</b>
-  <%= @story.t %>
-</p>
-
-<p>
-  <b>author_id:</b>
-  <%= @story.author_id %>
-</p>
-
-<p>
-  <b>updated_at:</b>
-  <%= @story.updated_at %>
-</p>
-
-<%= link_to 'Back', :action => :list %>