X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fstories%2Fbrowse.html.erb;fp=app%2Fviews%2Fstories%2Fbrowse.html.erb;h=0000000000000000000000000000000000000000;hp=24a7a6ca563fce429a58331076ef38a2a420d7e0;hb=305f415a00ff3da658a5ee77cf966e7f76f8230f;hpb=000b5d5ef4f3cf02793ae6a06855b7bd3cd9a78f diff --git a/app/views/stories/browse.html.erb b/app/views/stories/browse.html.erb deleted file mode 100644 index 24a7a6ca..00000000 --- a/app/views/stories/browse.html.erb +++ /dev/null @@ -1,28 +0,0 @@ -

<%= notice %>

- -

- comic_id: - <%= @story.comic_id %> -

- -

- panel_id: - <%= @story.panel_id %> -

- -

- t: - <%= @story.t %> -

- -

- author_id: - <%= @story.author_id %> -

- -

- updated_at: - <%= @story.updated_at %> -

- -<%= link_to 'Back', :action => :list %>