<%= link_to sheet_icon(:object => sheet, :size => 25), sheet_path(sheet) %> <%= link_to h(sheet.caption), play_sheet_path(sheet) %>

<%= link_to author_icon(:object => sheet.author, :size => 17), author_path(sheet.author) %> <%= link_to h(truncate(sheet.author.name, :length => 12)), play_sheet_path(sheet.author) %> <% if sheet.own? author %> <%= link_to t('link.edit'), edit_sheet_path(sheet) %> <%= link_to t('link.destroy'), sheet_path(sheet), :method => :delete %> <% end %>