% 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_text_field :short_display_name, label: nil, hint: { text: safe_join(["This will be used in the download link on the homepage. Do not include the log type or collection year.", content_tag(:br), "For example, if you enter “bulk upload change log”, the download link will say “Download the #{@collection_resource.log_type} bulk upload change log (#{text_year_range_format(@collection_resource.year)})”."]) } %> <%= f.govuk_submit "Add resource" %> <%= govuk_button_link_to "Cancel", collection_resources_path, secondary: true %> <% end %>