OSDN Git Service

fix:error dlg
[pettanr/pettanr.git] / app / views / sheet_panels / _play_footer.html.erb
1 <table class="no-border" style="margin: 0px; padding: 0px; width=100%">
2   <tr>
3     <td>
4       <% if sheet_panel.panel -%>
5         <%= link_to panel_icon(:object => sheet_panel.panel, :size => 25), panel_path(sheet_panel.panel) %>
6         <%= link_to author_icon(:object => sheet_panel.panel.author, :size => 17), author_path(sheet_panel.panel.author) %>
7       <% end %>
8     </td>
9     <td>
10       <%= sheet_panel_icon(:object => sheet_panel, :size => 25) %>
11       <%= link_to author_icon(:object => sheet_panel.panel.author, :size => 17), author_path(sheet_panel.panel.author) %>
12     </td>
13     <td>
14       No.<%= sheet_panel.t %>
15     </td>
16   </tr>
17 </table>