gateway/app/views/cms/images/new.haml

5 lines
136 B
Plaintext
Raw Normal View History

2022-11-24 21:28:56 +01:00
= form_tag({action: :create}, multipart: true) do
= text_field_tag 'filename'
= file_field_tag 'image_file'
= submit_tag 'Submit'