<%= link_to story_icon(:object => item.story, :size => 32), story_path(item.story) %> <% if item.sheet %> <%= link_to sheet_icon(:object => item.sheet, :size => 32), sheet_path(item.sheet) %> <% end %>
<%= link_to h(truncate(item.author.name, :length => 12)), author_path(item.author) %>