diff --git a/app/views/locations/new.html.erb b/app/views/locations/new.html.erb new file mode 100644 index 000000000..5781dfffb --- /dev/null +++ b/app/views/locations/new.html.erb @@ -0,0 +1,22 @@ +<% content_for :title, "Add a location to this scheme" %> + +<% content_for :before_content do %> + <%= govuk_back_link( + text: "Back", + href: "javascript:history.go(-1);", + ) %> +<% end %> + +<%= form_for(@location, method: :post, url: location_create_scheme_path) do |f| %> +