OSDN Git Service

w
[pettanr/pettanr.git] / app / views / sheet_panels / _list_item.html.erb
1   <tr>
2     <td>
3       <%= link_to sheet_icon(:object => sheet_panel.sheet, :size => 25), sheet_path(sheet_panel.sheet) %>
4     </td>
5     <td>
6       <%= link_to h(sheet_panel.sheet.caption), play_sheet_path(sheet_panel.sheet) %>
7     </td>
8     <td>
9       <%= link_to author_icon(:object => sheet_panel.sheet.author, :size => 17), author_path(sheet_panel.sheet.author) %>
10     </td>
11     <td>
12       <%= link_to sheet_panel_icon(:object => sheet_panel, :size => 25), sheet_panel_path(sheet_panel) %>
13     </td>
14     <td>
15       <%= link_to author_icon(:object => sheet_panel.author, :size => 17), author_path(sheet_panel.author) %>
16     </td>
17     <td>
18       No.<%= sheet_panel.t %>
19     </td>
20     <td>
21       <%= l sheet_panel.updated_at %>
22     </td>
23     <td>
24       <% if sheet_panel.panel %>
25         <%= h sheet_panel.panel.caption %>
26       <% end %>
27     </td>
28   </tr>