OSDN Git Service

classname rename to module_name
[pettanr/pettanr.git] / app / views / sheet_panels / _summary.html.erb
1 <div>
2   <%= link_to sheet_icon(:object => item.sheet, :size => 32), sheet_path(item.sheet) %>
3   <% if item.panel %>
4     <%= link_to panel_icon(:object => item.panel, :size => 32), panel_path(item.panel) %>
5   <% end %>
6 </div>
7 <div>
8   <%= link_to h(truncate(item.author.name, :length => 12)), author_path(item.author) %>
9 </div>