OSDN Git Service

classname rename to module_name
[pettanr/pettanr.git] / app / views / story_sheets / _play_footer.html.erb
1 <div>
2   <% if sheet -%>
3     <%= link_to sheet_icon(:object => sheet, :size => 25), sheet_path(sheet) %>
4     <%= link_to h(truncate(sheet.caption, :length => 40)), play_sheet_path(sheet) %>
5
6     <%= link_to author_icon(:object => sheet.author, :size => 25), author_path(sheet.author) %>
7     <%= link_to h(truncate(sheet.author.name, :length => 12)), author_path(sheet.author) %>
8   <% end %>
9 </div>