-
Notifications
You must be signed in to change notification settings - Fork 16
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
[LUPEYALPHA-1045] EY practitioner find reference screen #3237
Conversation
2cc2319
to
9c5c2b2
Compare
], type: :bullet %> | ||
|
||
<p> | ||
Contact us at <%= govuk_link_to "[email protected]", "mailto:[email protected]" %> for assistance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Contact us at <%= govuk_link_to "[email protected]", "mailto:[email protected]" %> for assistance. | |
Contact us at <%= govuk_mail_to "[email protected]" %> for assistance. |
also, is it worth putting this email in config/locales? we have the emails for the provider journey in there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep agreed, i've stuck this on the last commit
- this means if the user causes a validation error we are able to maintain state of the email address
4e682b7
to
e675b7c
Compare
Context
Changes