Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Av3 new #181

Merged
merged 2 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/assets/sass/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
37 changes: 37 additions & 0 deletions app/config copy.js
Original file line number Diff line number Diff line change
@@ -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. <a href="#">Find out more about cookies</a>',

// Enable or disable Browser Sync
useBrowserSync: 'true',

// Enable logging, options: true, false, get or post
useLogging: 'true'

}
3 changes: 2 additions & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -34,4 +34,5 @@ module.exports = {
// Enable logging, options: true, false, get or post
useLogging: 'true'


}
2 changes: 1 addition & 1 deletion app/views/addingvalue/current/guidance.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 id="what-the-grant-is-for">What the grant is for</h2>
<li>controlled atmosphere or dynamic controlled atmosphere storage</li>
<li>constructing or improving buildings (for example, a new building for cheese making)</li>
<li>specialist vehicles (for example, forklifts or refrigerated lorries)</li>
<li>retail facilities (for example, a farm shop or vending machine)</li>
<li>retail facilities (for example, farm shops)</li>
</ul>
<p>Basic storage for grain or vegetables is not eligible as it does not add value to products.</p>
<p>The minimum grant you can claim is £35,000 (40% of £87,500). The maximum grant is £500,000.</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/addingvalue/current/products-processed.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2 class="app-step-nav-related__heading">
</h2>
<p class="govuk-body">RPA wants to fund projects that:</p>
<ul class="govuk-list govuk-list--bullet">
<li>improve processing and supply chains</li>
<li>create and expand processing capacity to provide more English-grown food for consumers to buy</li>

</ul>

Expand Down
2 changes: 1 addition & 1 deletion app/views/addingvalue/current/project-items.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1 class="govuk-fieldset__heading">
Retail facilities
</label>
<div id="Retail-facilities-hint" class="govuk-hint govuk-radios__hint">
For example, farm shop or vending machine
For example, farm shops
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/views/robotics/v4/templates/check-your-answers.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% endblock %}

{% block beforeContent %}
<a class="govuk-back-link" href="/url/of/previous/page">Back</a>
<a class="govuk-back-link" href="javascript:window.history.back()">Back</a>
{% endblock %}

{% block content %}
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2 class="govuk-heading-m">Application details</h2>

<h2 class="govuk-heading-m">Now send your application</h2>

<p>By submitting this notification you are confirming that, to the best of your knowledge, the details you are providing are correct.</p>
<p>By submitting this application you are confirming that, to the best of your knowledge, the details you are providing are correct.</p>

<form action="/confirmation" method="post" novalidate>

Expand Down
2 changes: 1 addition & 1 deletion usage-data-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"collectUsageData": true,
"clientId": "34eb3439-514e-4b84-a514-6a1e7b95e8a9"
"clientId": "42bd27ee-328c-4eec-8294-801ebfb2557c"
}