OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / views / story_sheets / _summary.html.erb
1 <div>
2   <%= link_to story_icon(:object => item.story, :size => 32), story_path(item.story) %>
3   <% if item.sheet %>
4     <%= link_to sheet_icon(:object => item.sheet, :size => 32), sheet_path(item.sheet) %>
5   <% end %>
6 </div>
7 <div>
8   <%= link_to h(truncate(item.story.author.name, :length => 12)), author_path(item.story.author) %>
9 </div>