Paul Robert Lloyd
3 years ago
committed by
GitHub
15 changed files with 74 additions and 28 deletions
@ -1 +1,5 @@ |
|||||||
<h1>About</h1> |
<% content_for :title, "About" %> |
||||||
|
|
||||||
|
<h1 class="govuk-heading-l"> |
||||||
|
<%= content_for(:title) %> |
||||||
|
</h1> |
||||||
|
@ -1,10 +1,12 @@ |
|||||||
<div class="govuk-form-group"> |
<% content_for :title, "Bulk upload" %> |
||||||
<%= form_for @bulk_upload, url: bulk_upload_case_logs_path, method: "post" do |f| %> |
|
||||||
<%= f.govuk_error_summary %> |
<%= form_for @bulk_upload, url: bulk_upload_case_logs_path, method: "post" do |f| %> |
||||||
<%= f.govuk_file_field :case_log_bulk_upload, |
<%= f.govuk_error_summary %> |
||||||
label: { text: "Bulk Upload", size: "l" }, |
|
||||||
hint: { text: "Upload a spreadsheet using the template" } |
<%= f.govuk_file_field :case_log_bulk_upload, |
||||||
%> |
label: { text: content_for(:title), size: "l" }, |
||||||
<%= f.govuk_submit "Upload" %> |
hint: { text: "Upload a spreadsheet using the template" } |
||||||
<% end %> |
%> |
||||||
</div> |
|
||||||
|
<%= f.govuk_submit "Upload" %> |
||||||
|
<% end %> |
||||||
|
Loading…
Reference in new issue