Submit social housing lettings and sales data (CORE)
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.
|
|
|
<div class="govuk-form-group">
|
|
|
|
<%= form_for @bulk_upload, url: bulk_upload_case_logs_path, method: "post" do |f| %>
|
|
|
|
<%= f.govuk_error_summary %>
|
|
|
|
<%= f.govuk_file_field :case_log_bulk_upload,
|
|
|
|
label: { text: "Bulk Upload", size: "l" },
|
|
|
|
hint: { text: "Upload a spreadsheet using the template" }
|
|
|
|
%>
|
|
|
|
<%= f.govuk_submit "Upload" %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|