scube-server/app/views/tracks/new.html.haml

7 lines
162 B
Plaintext

= form_for @track, :html => { :multipart => true } do |t|
= t.label :name
= t.text_field :name
= t.label :file
= t.file_field :file
= t.submit 'Upload'