diff --git a/app/assets/images/.keep b/app/assets/images/.keep deleted file mode 100644 index e69de29bb..000000000 diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css deleted file mode 100644 index d05ea0f51..000000000 --- a/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's - * vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS - * files in this directory. Styles in this file should be added after the last require_* statement. - * It is generally better to create a new file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/app/controllers/about_controller.rb b/app/controllers/about_controller.rb deleted file mode 100644 index 65749b384..000000000 --- a/app/controllers/about_controller.rb +++ /dev/null @@ -1,3 +0,0 @@ -class AboutController < ApplicationController - def index; end -end diff --git a/app/controllers/start_controller.rb b/app/controllers/start_controller.rb new file mode 100644 index 000000000..259b9039d --- /dev/null +++ b/app/controllers/start_controller.rb @@ -0,0 +1,3 @@ +class StartController < ApplicationController + def index; end +end diff --git a/app/controllers/test_controller.rb b/app/controllers/test_controller.rb deleted file mode 100644 index cef2efef0..000000000 --- a/app/controllers/test_controller.rb +++ /dev/null @@ -1,3 +0,0 @@ -class TestController < ApplicationController - def index; end -end diff --git a/app/views/about/index.html.erb b/app/views/about/index.html.erb deleted file mode 100644 index 8de21683c..000000000 --- a/app/views/about/index.html.erb +++ /dev/null @@ -1,5 +0,0 @@ -<% content_for :title, "About" %> - -
Use this service to submit social housing lettings and sales data to the Department for Levelling Up, Housing and Communities (DLUHC).
+We’ll ask you questions about a sale or letting, like details about the household or property. Your answers will create a log that you can submit directly to us.
+Your organisation can also:
+The data will be used to update the national record for social housing. It will also help to inform policy about the cost of social housing and what type of housing needs to be built.
+This service is only for social housing in England.
+ + <%= govuk_start_button( + text: 'Start now', + href: user_session_path + ) %> + +Use your account details to sign in.
+If you need to set up a new account, speak to your organisation’s CORE data coordinator. If you don’t know who that is, <%= govuk_link_to("contact the helpdesk", "https://digital.dclg.gov.uk/jira/servicedesk/customer/portal/4/group/21") %>.
+You can <%= govuk_link_to("request an account", "https://digital.dclg.gov.uk/jira/servicedesk/customer/portal/4/group/21") %> if your organisation doesn’t have one.
+ <%# TODO: Add link to data sharing agreement %> +<%= govuk_link_to("Read our data sharing agreement", "#") %>.
+