Sha256: a29027157205b54044add1a9502731460718c1758111ca57704e5dbaffaa8b7e
Contents?: true
Size: 515 Bytes
Versions: 4
Compression:
Stored size: 515 Bytes
Contents
.row-fluid .span12.well .row-fluid .span12 = link_to_file t(:'syllabus.registration.csv'), action: :get_template id: "get_template" hr / = form_for :importer, url: { action: "import_from_template" }, html: { multipart: true } do |f| label for="importer" = f.file_field :data_file br / = t(:'import_format') = select("importer", "data_type", @importer_types, {include_blank: false}) br / = submit_tag 'Submit'
Version data entries
4 entries across 4 versions & 2 rubygems