% content_for :before_content do %> <%= govuk_back_link href: collection_resources_path %> <% end %>
This file will be available for all users to download.
<%= f.govuk_file_field :file, label: { text: "Upload file", size: "m" } %> <%= f.govuk_submit "Save changes" %> <%= govuk_button_link_to "Cancel", collection_resources_path, secondary: true %> <% end %>