new.html.haml revision 9cfb01db247ca04bb4b5b337bbd77c66b7150e53
%h1 Upload file to repository
= simple_form_for @file, url: repository_files_path(repository), html: { class: 'form-horizontal', multipart: true } do |f|
= f.input :path
= f.input :file, as: :file
= f.input :message, as: :text, input_html: { rows: 5 }
.form-actions
%button.btn.btn-primary Upload File