Sha256: e0748e82567197611215160311ef5947f047d6d88daa926f1ea0c1a57aa38eb1
Contents?: true
Size: 509 Bytes
Versions: 20
Compression:
Stored size: 509 Bytes
Contents
.row .col-md-12.well .row .col-md-12 = 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
20 entries across 20 versions & 2 rubygems