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

Version Path
gaku_frontend-0.3.0 app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.3.0.pre.0 app/views/gaku/students/importer/index.html.slim
gaku-0.2.4 frontend/app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.2.4 app/views/gaku/students/importer/index.html.slim
gaku-0.2.3 frontend/app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.2.3 app/views/gaku/students/importer/index.html.slim
gaku-0.2.2 frontend/app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.2.2 app/views/gaku/students/importer/index.html.slim
gaku-0.2.1 frontend/app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.2.1 app/views/gaku/students/importer/index.html.slim
gaku-0.2.0 frontend/app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.2.0 app/views/gaku/students/importer/index.html.slim
gaku-0.1.1 frontend/app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.1.1 app/views/gaku/students/importer/index.html.slim
gaku-0.1.0 frontend/app/views/gaku/students/importer/index.html.slim
gaku_frontend-0.1.0 app/views/gaku/students/importer/index.html.slim