% content_for :title, "Add a location to this scheme" %> <% content_for :before_content do %> <%= govuk_back_link( text: "Back", href: case params[:referrer] when "check_answers" scheme_location_check_answers_path(@scheme, @location) when "new_scheme" scheme_support_path(@scheme) else scheme_locations_path(@scheme) end ) %> <% end %> <%= form_for(@location, method: :patch, url: scheme_location_postcode_path(@scheme, @location, referrer: params[:referrer])) do |f| %>