Sha256: 47f66b9859bfd1e4c129936f56ac0e4956b2704f0e97a78f9732ef6f8924edcc
Contents?: true
Size: 988 Bytes
Versions: 20
Compression:
Stored size: 988 Bytes
Contents
.row .col-md-12.well .row .col-md-12 = form_tag get_roster_importer_index_path, method: :get do .control-group .controls = label 'template', 'id', t(:'template.plural') = select_tag 'template[id]', options_from_collection_for_select(@templates, :id, :name), {prompt: t(:'template.choose')} .control-group .controls = submit_tag t(:'student.download_roster'), class: 'span3 btn btn-primary' = hr .row .col-md-12 = link_to_file t(:'student.download_registration_roster'), action: :get_registration_roster hr / = form_for :importer, html: { multipart: true } do |f| h3 = t('student.import') = t('file') = f.file_field :data_file br / = t(:'import_format') = select("importer", "importer_type", @importer_types, {include_blank: false}) br / = submit_tag t'import'
Version data entries
20 entries across 20 versions & 2 rubygems