OSDN Git Service

merge v04
[pettanr/pettanr.git] / app / views / comics / index.html.erb
index 9302b79..5ea6d81 100644 (file)
@@ -3,8 +3,7 @@
 <% @comics.each do |comic| %>
   <div>
     <div>
-      <%= link_to h(comic.title), :action => :play, :id => comic.id %>
-      一般投稿:<%= comic.disp_editable %>
+      <%= link_to h(comic.title), :controller => 'stories', :action => :show, :id => comic.id %>
     </div>
     <div>
       作家:<%= h comic.author.name %>