OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / views / original_pictures / edit.html.erb
1 <h1><%= t '.title' -%></h1>\r
2 <p id="notice"><%= notice %></p>\r
3 <%= form_for(@item, :html => { :multipart => true }) do |f| %>\r
4   <%= f.file_field "file" %>\r
5   <div class="actions">\r
6     <%= f.submit t 'original_pictures.show.replace' %>\r
7   </div>\r
8 <% end %>\r