OSDN Git Service

t#32471:add profiles
[pettanr/pettanr.git] / app / views / comics / _summary.html.erb
1 <div>
2   <%= t_selected_item('comic_visible_items', item.visible) %>
3   <%= t('comics.comic_stories_count', :c => item.comic_stories_count) %>
4 </div>
5 <div>
6   <%= link_to h(truncate(item.author.name, :length => 12)), author_path(item.author) %>
7 </div>