You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sqm-dashboards/app/views/legacy/recipients/import.html.haml

10 lines
319 B

.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'