mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
9 lines
305 B
Text
9 lines
305 B
Text
.row
|
|
.offset-sm-2.col-sm-8
|
|
%h3 Import Recipients To This School
|
|
= form_tag import_school_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'
|