OSDN Git Service

add panel import
[pettanr/pettanr.git] / app / views / stories / _summary.html.erb
1 <div>
2   <%= t_selected_item('story_visible_items', item.visible) %>
3   <%= t('stories.story_sheets_count', :c => item.story_sheets_count) %>
4   <%= link_to h(item.comic.title), comic_path(item.comic) %>
5 </div>
6 <div>
7   <%= link_to h(truncate(item.comic.author.name, :length => 12)), author_path(item.comic.author) %>
8 </div>