mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
9 lines
319 B
Text
9 lines
319 B
Text
.row
|
|
.offset-sm-2.col-sm-8
|
|
%h3 Import Recipients To This School
|
|
= form_tag import_legacy_school_legacy_recipients_path(@school), multipart: true do
|
|
%br
|
|
.form-group
|
|
= file_field_tag :file, class: 'form-control-file'
|
|
.form-group
|
|
= submit_tag "Import", class: 'btn btn-primary'
|