OSDN Git Service

w
[pettanr/pettanr.git] / app / views / stories / _list_item.html.erb
1   <tr>
2     <td>
3       <%= link_to comic_icon(:object => story.comic, :size => 25), comic_path(story.comic) %>
4     </td>
5     <td>
6       <%= link_to h(story.comic.title), comic_path(story.comic) %>
7     </td>
8     <td>
9       <%= link_to author_icon(:object => story.comic.author, :size => 17), author_path(story.comic.author) %>
10     </td>
11     <td>
12       <%= link_to story_icon(:object => story, :size => 25), story_path(story) %>
13     </td>
14     <td>
15       <%= link_to h(story.title), play_story_path(story) %>
16     </td>
17     <td>
18       No.<%= story.t %>
19     </td>
20     <td>
21       <%= l story.updated_at %>
22     </td>
23   </tr>