OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / views / stories / _summary.html.erb
index 9d05abc..940683c 100644 (file)
@@ -1,8 +1,6 @@
 <div>
   <%= t_selected_item('story_visible_items', item.visible) %>
-  <%= t('stories.story_sheets_count', :c => item.story_sheets_count) %>
-  <%= link_to h(item.comic.title), comic_path(item.comic) %>
 </div>
 <div>
-  <%= link_to h(truncate(item.comic.author.name, :length => 12)), author_path(item.comic.author) %>
+  <%= link_to h(truncate(item.author.name, :length => 12)), author_path(item.author) %>
 </div>