scube-server/app/views/tracks/new.html.haml
2011-09-07 21:13:20 +00:00

13 lines
268 B
Plaintext

= form_for @track, :html => { :multipart => true } do |t|
%table
%tbody
%tr
%th= t.label :name
%td= t.text_field :name
%tr
%th= t.label :file
%td= t.file_field :file
%tfoot
%tr
%td= t.submit 'Upload'