OSDN Git Service

fix:error dlg
[pettanr/pettanr.git] / app / views / comic_stories / _summary.html.erb
1 <div>
2   <%= link_to comic_icon(:object => item.comic, :size => 32), comic_path(item.comic) %>
3   <% if item.story %>
4     <%= link_to story_icon(:object => item.story, :size => 32), story_path(item.story) %>
5   <% end %>
6 </div>
7 <div>
8   <%= link_to h(truncate(item.comic.author.name, :length => 12)), author_path(item.comic.author) %>
9 </div>