OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / views / stories / _play_footer.html.erb
1 <div>
2   <table class="no-border">
3     <tr>
4       <td>
5         <%= link_to story_icon(:object => story, :size => 25), story_path(story) %>
6         <%= link_to h(truncate(story.title, :length => 12)), play_story_path(story) %>
7       </td>
8       <% if story.own? operators -%>
9         <td>
10           <%= form_for(story) do |f| %>
11             No.
12             <%= f.number_field :t, :size => 3 %>
13             <%= f.hidden_field :comic_id %>
14             <%= f.submit t 'stories.move' %>
15           <% end %>
16         </td>
17       <% end %>
18     </tr>
19   </table>
20 </div>