diff --git a/app/assets/sass/application.scss b/app/assets/sass/application.scss index 6fcf046a8..63d9f0cfa 100644 --- a/app/assets/sass/application.scss +++ b/app/assets/sass/application.scss @@ -15,7 +15,6 @@ $govuk-assets-path: '/govuk/assets/'; @import "patterns/task-list"; @import "patterns/related-items"; -// Add extra styles here, or re-organise the Sass files in whichever way makes most sense to you // Add extra styles here, or re-organise the Sass files in whichever way makes most sense to you .css-index-link-block { background: #F8F8F8; diff --git a/app/config copy.js b/app/config copy.js new file mode 100644 index 000000000..1c81d0175 --- /dev/null +++ b/app/config copy.js @@ -0,0 +1,37 @@ +// Use this file to change prototype configuration. + +// Note: prototype config can be overridden using environment variables (eg on heroku) + +module.exports = { + // Service name used in header. Eg: 'Renew your passport' + serviceName: 'Grants', + + // Default port that prototype runs on + port: '3000', + + // Enable or disable password protection on production + useAuth: 'true', + + // Automatically stores form data, and send to all views + useAutoStoreData: 'true', + + // Enable cookie-based session store (persists on restart) + // Please note 4KB cookie limit per domain, cookies too large will silently be ignored + useCookieSessionStore: 'false', + + // Enable or disable built-in docs and examples. + useDocumentation: 'true', + + // Force HTTP to redirect to HTTPS on production + useHttps: 'true', + + // Cookie warning - update link to service's cookie page. + cookieText: 'GOV.UK uses cookies to make the site simpler. Find out more about cookies', + + // Enable or disable Browser Sync + useBrowserSync: 'true', + + // Enable logging, options: true, false, get or post + useLogging: 'true' + +} diff --git a/app/config.js b/app/config.js index ebe3b8b2e..be642937d 100644 --- a/app/config.js +++ b/app/config.js @@ -4,7 +4,7 @@ module.exports = { // Service name used in header. Eg: 'Renew your passport' - serviceName: 'Grants', + serviceName: 'Service name goes here', // Default port that prototype runs on port: '3000', @@ -34,4 +34,5 @@ module.exports = { // Enable logging, options: true, false, get or post useLogging: 'true' + } diff --git a/app/views/addingvalue/current/guidance.html b/app/views/addingvalue/current/guidance.html index 1e71020bc..cc3189fee 100644 --- a/app/views/addingvalue/current/guidance.html +++ b/app/views/addingvalue/current/guidance.html @@ -30,7 +30,7 @@

What the grant is for

  • controlled atmosphere or dynamic controlled atmosphere storage
  • constructing or improving buildings (for example, a new building for cheese making)
  • specialist vehicles (for example, forklifts or refrigerated lorries)
  • -
  • retail facilities (for example, a farm shop or vending machine)
  • +
  • retail facilities (for example, farm shops)
  • Basic storage for grain or vegetables is not eligible as it does not add value to products.

    The minimum grant you can claim is £35,000 (40% of £87,500). The maximum grant is £500,000.

    diff --git a/app/views/addingvalue/current/products-processed.html b/app/views/addingvalue/current/products-processed.html index cad022c63..59db95bf7 100644 --- a/app/views/addingvalue/current/products-processed.html +++ b/app/views/addingvalue/current/products-processed.html @@ -117,7 +117,7 @@

    RPA wants to fund projects that:

    diff --git a/app/views/addingvalue/current/project-items.html b/app/views/addingvalue/current/project-items.html index c4625e2f2..85d690540 100644 --- a/app/views/addingvalue/current/project-items.html +++ b/app/views/addingvalue/current/project-items.html @@ -88,7 +88,7 @@

    Retail facilities
    - For example, farm shop or vending machine + For example, farm shops
    diff --git a/app/views/robotics/v4/templates/check-your-answers.html b/app/views/robotics/v4/templates/check-your-answers.html index d8886f943..15ebc2c49 100644 --- a/app/views/robotics/v4/templates/check-your-answers.html +++ b/app/views/robotics/v4/templates/check-your-answers.html @@ -5,7 +5,7 @@ {% endblock %} {% block beforeContent %} - Back + Back {% endblock %} {% block content %} @@ -143,7 +143,7 @@

    Application details

    Now send your application

    -

    By submitting this notification you are confirming that, to the best of your knowledge, the details you are providing are correct.

    +

    By submitting this application you are confirming that, to the best of your knowledge, the details you are providing are correct.

    diff --git a/usage-data-config.json b/usage-data-config.json index f79631b4c..38392983d 100644 --- a/usage-data-config.json +++ b/usage-data-config.json @@ -1,4 +1,4 @@ { "collectUsageData": true, - "clientId": "34eb3439-514e-4b84-a514-6a1e7b95e8a9" + "clientId": "42bd27ee-328c-4eec-8294-801ebfb2557c" } \ No newline at end of file