Duplicate upload form removed
This commit is contained in:
parent
2f127ec22a
commit
bc922af9cb
1 changed files with 3 additions and 3 deletions
|
|
@ -26,9 +26,9 @@
|
|||
|
||||
// Upload image
|
||||
li
|
||||
= form_tag(upload_image_path, multipart: true)
|
||||
= file_field_tag('image')
|
||||
= submit_tag
|
||||
/ = form_tag(upload_image_path, multipart: true)
|
||||
/ = file_field_tag('image')
|
||||
/ = submit_tag
|
||||
|
||||
= form_for :screenshot, url: upload_image_path, html: { multipart: true } do |f|
|
||||
= f.label :image, 'Upload new screenshot'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue