X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fstories%2F_list_item.html.erb;fp=app%2Fviews%2Fstories%2F_list_item.html.erb;h=ffc557cf96cc1cbb630d0559a26d9bd45d289210;hp=1b18f0fcfd8cc6b34b4f3de549d8a80e55416f40;hb=4de70a43f48c9becfd180631289f7a4d480bb5b8;hpb=eb397c27a98c59c856b91a5b09d1316b1135a15c diff --git a/app/views/stories/_list_item.html.erb b/app/views/stories/_list_item.html.erb index 1b18f0fc..ffc557cf 100644 --- a/app/views/stories/_list_item.html.erb +++ b/app/views/stories/_list_item.html.erb @@ -3,7 +3,7 @@ <%= link_to comic_icon(:object => story.comic, :size => 25), comic_path(story.comic) %> - <%= link_to h(story.comic.title), :controller => 'stories', :action => :comic, :id => story.comic.id %> + <%= link_to h(story.comic.title), comic_path(story.comic) %> <%= link_to author_icon(:object => story.comic.author, :size => 17), author_path(story.comic.author) %> @@ -12,6 +12,9 @@ <%= link_to story_icon(:object => story, :size => 25), story_path(story) %> + <%= link_to h(story.title), play_story_path(story) %> + + <%= link_to author_icon(:object => story.author, :size => 17), author_path(story.author) %> @@ -20,9 +23,4 @@ <%= l story.updated_at %> - - <% if story.panel %> - <%= h story.panel.caption %> - <% end %> -