_form.html.haml revision 392ae0823447d1977f95a30984002bf3e3cc4664
2046N/A= simple_form_for resource, html: { class: 'form-horizontal' } do |f|
2046N/A = f.input :name, as: :string
2046N/A = f.input :extension
2046N/A = f.input :mimetype, :as => :select, :collection => Serialization::MIMETYPES, :include_blank => false
2046N/A = f.association :language, :include_blank => false
2046N/A = f.button :wrapped
2046N/A