OSDN Git Service

103f96085914b959bea7e0228789485975a29484
[pettanr/pettanr.git] / app / views / stories / _header.html.erb
1 <table class="no-border">
2   <tr>
3     <td>
4       No.<%= link_to story.t, story_path(story) %>
5     </td>
6     <td>
7       <%= link_to h(story.panel.author.name), author_path(story.panel.author) %>
8     </td>
9     <td>
10       ID:<%= link_to story.panel.id, panel_path(story.panel) %>
11     </td>
12   </tr>
13 </table>