OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / views / stories / _order.html.erb
1 <%= form_for(story) do |f| %>
2         No.
3         <%= f.number_field :t, :size => 3 %>
4         <%= f.hidden_field :comic_id %>
5         <%= f.submit t 'stories.move' %>
6 <% end %>