11 lines
380 B
11 lines
380 B
<% content_for :title, "Bulk upload" %> |
|
|
|
<%= form_for @bulk_upload, url: bulk_upload_lettings_logs_path, method: "post" do |f| %> |
|
<%= f.govuk_error_summary %> |
|
|
|
<%= f.govuk_file_field :lettings_log_bulk_upload, |
|
label: { text: content_for(:title), size: "l" }, |
|
hint: { text: "Upload a spreadsheet using the template" } %> |
|
|
|
<%= f.govuk_submit "Upload" %> |
|
<% end %>
|
|
|