Skip to content

Commit

Permalink
Remove all references to phone number
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Sep 11, 2023
1 parent f9b8ebb commit a6b4e71
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 52 deletions.
2 changes: 1 addition & 1 deletion app/views/accounts/useful_information.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

h3.govuk-heading-m The King's Award for Voluntary Service Team
p.govuk-body If you need digital assistance with filling in the form or have any questions, please feel free to get in touch with The King's Award for Voluntary Service Team:
p.govuk-body = "By calling <strong>0207 271 6206</strong> <br/> Or emailing #{mail_to('[email protected]')}".html_safe
p.govuk-body = "By emailing #{mail_to('[email protected]')}".html_safe

h3.govuk-heading-m Lord-Lieutenants
p.govuk-body The King's Award for Voluntary Service Team works closely with Lord-Lieutenants. They are His Majesty's representatives in each lieutenancy area of the United Kingdom.
Expand Down
3 changes: 0 additions & 3 deletions app/views/content_only/_guidance_notes.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ p.govuk-body The nomination form also asks about your ethnic origin. We want to
h3.govuk-heading-m#step_13 11. Contact Details
p.govuk-body If you need help or advice to complete the form, please contact the QAVS Team
dl#award-administrator
dt Telephone
dd
= link_to "0207 271 6206", "tel:02072716206"
dt Mobile
dd
= link_to "077 8538 2588", "tel:07785382588"
Expand Down
6 changes: 1 addition & 5 deletions app/views/content_only/_steps_progress_bar.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
= step_link_to step.short_title.html_safe, result_form_award_eligibility_url(form_id: @form_answer.id, anchor: step.title_to_param), index: index + 3, active: 2, index_name: "#{step_letters[index]}.", cant_access_future: false, class: 'govuk-link'
li.divider
li.sidebar-helpline.govuk-body
' Need help? Call us on
br
' 0207 271 6206
span.helpline-space
' Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]"

- if submission_deadline && submission_deadline.trigger_at
Expand Down
2 changes: 1 addition & 1 deletion app/views/feedbacks/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h1.govuk-heading-xl Send Feedback
article.group role="article"
div
p.govuk-body
' This is for feedback, not support. If you need help, please call us on 0207 271 6206. Alternatively, email us at
' This is for feedback, not support. If you need help, please email us at
= mail_to "[email protected]"

= simple_form_for @feedback, url: feedback_path do |f|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@

li.divider
li.sidebar-helpline.govuk-body
' Need help? Call us on
br
' 0207 271 6206
span.helpline-space
' Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]"
- if submission_deadline && submission_deadline.trigger_at
.govuk-notification-banner role="region" aria-labelledby="govuk-notification-banner-title" data-module="govuk-notification-banner"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With all good wishes
Sir Martyn Lewis CBE
Chair, KAVS National Assessment Committee

This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected] or phone 0207 271 6206.
This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected].

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ em
p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 30px 0 30px 0;"
| This email is from an unmanaged mailbox. To contact the KAVS team please email
=<> mail_to "[email protected]", "[email protected]", class: "govuk-link govuk-link--no-visited-state"
| or phone 0207 271 6206.
| .

hr.govuk-section-break.govuk-section-break--l.govuk-section-break--visible

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ With best wishes

The King's Award for Voluntary Service Team

This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected] or phone 0207 271 6206.
This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected].

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 30px 0 30
p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 30px 0 30px 0;"
| This email is from an unmanaged mailbox. To contact the KAVS team please email
=<> mail_to "[email protected]", "[email protected]", class: "govuk-link govuk-link--no-visited-state"
| or phone 0207 271 6206.
| .

hr.govuk-section-break.govuk-section-break--l.govuk-section-break--visible

Expand Down
4 changes: 1 addition & 3 deletions app/views/layouts/application-admin.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ title = content_for?(:title) ? yield(:title) : "Admin - King's Award for Volunta
- unless landing_page?
hr.govuk-section-break.govuk-section-break--m.govuk-section-break--visible class="govuk-!-margin-top-9"
p.footer-helpline.govuk-body class='govuk-!-margin-bottom-0'
' Need help? Call us on
strong 0207 271 6206
' . Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]", class: 'govuk-link'

= render "shared/timeout_dialog", timeout_in_minutes: timeout_in_minutes, path_on_timeout: corresponding_login_path('admin'), refresh_session_path: refresh_session_path(scope: 'admin') if will_session_timeout?
Expand Down
4 changes: 1 addition & 3 deletions app/views/layouts/application-assessor.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ title = content_for?(:title) ? yield(:title) : "Assessor - King's Award for Volu

- unless landing_page?
p.footer-helpline.govuk-body
' Need help? Call us on
strong 0207 271 6206
' . Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]", class: 'govuk-link'

= render "shared/timeout_dialog", timeout_in_minutes: timeout_in_minutes, path_on_timeout: corresponding_login_path('assessor'), refresh_session_path: refresh_session_path(scope: 'assessor') if will_session_timeout?
Expand Down
4 changes: 1 addition & 3 deletions app/views/layouts/application-judge.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ title = content_for?(:title) ? yield(:title) : "Judge - Queen's Award for Volunt

- unless landing_page?
p.footer-helpline.govuk-body
' Need help? Call us on
strong 0207 271 6206
' . Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]", class: 'govuk-link'

= render "shared/timeout_dialog", timeout_in_minutes: timeout_in_minutes, path_on_timeout: corresponding_login_path('judge'), refresh_session_path: refresh_session_path(scope: 'judge') if will_session_timeout?
Expand Down
4 changes: 1 addition & 3 deletions app/views/layouts/application-lieutenant.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ title = content_for?(:title) ? yield(:title) : "Lieutenant - King's Award for Vo

- unless landing_page?
p.footer-helpline.govuk-body
' Need help? Call us on
strong 0207 271 6206
' . Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]", class: 'govuk-link'

= render "shared/timeout_dialog", timeout_in_minutes: timeout_in_minutes, path_on_timeout: corresponding_login_path('lieutenant'), refresh_session_path: refresh_session_path(scope: 'lieutenant') if will_session_timeout?
Expand Down
4 changes: 1 addition & 3 deletions app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@

- unless landing_page?
p.footer-helpline.govuk-body
' Need help? Call us on
strong 0207 271 6206
' . Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]", class: 'govuk-link'

- content_for :footer_support_links do
Expand Down
4 changes: 1 addition & 3 deletions app/views/layouts/twofactor.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@

- unless landing_page?
p.footer-helpline.govuk-body
' Need help? Call us on
strong 0207 271 6206
' . Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]", class: 'govuk-link'

- content_for :footer_support_links do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Kind regards,

The KAVS team

This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected] or phone 0207 271 6206.
This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected].

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 38px 0 38
p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 38px 0 38px 0;"
| This email is from an unmanaged mailbox. To contact the KAVS team please email
=<> mail_to "[email protected]", "[email protected]", class: "govuk-link govuk-link--no-visited-state"
| or phone 0207 271 6206.
| .

hr.govuk-section-break.govuk-section-break--l.govuk-section-break--visible

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Thank you,

The KAVS Team

This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected] or phone 0207 271 6206.
This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected].

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 38px 0 38
p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 38px 0 38px 0;"
| This email is from an unmanaged mailbox. To contact the KAVS team please email
=<> mail_to "[email protected]", "[email protected]", class: "govuk-link govuk-link--no-visited-state"
| or phone 0207 271 6206.
| .

hr.govuk-section-break.govuk-section-break--l.govuk-section-break--visible

Expand Down
2 changes: 1 addition & 1 deletion app/views/palace_invites/_attendee_details.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ div class='govuk-notification-banner disabled-access-banner-#{attendee - 1} js-e
p.govuk-notification-banner__heading
| If this is not possible, please get in touch with the King's Award for Voluntary Service (KAVS) team via email
=<> mail_to '[email protected]'
| or phone 0207 271 6206.
| .
.govuk-form-group
= ff.label :preferred_date, label: "Preferred date and location to attend the Royal Garden Party", class: "govuk-label--s"
= ff.hint "Please choose the location of the Royal Garden Party based on the guidance below:"
Expand Down
2 changes: 1 addition & 1 deletion app/views/palace_invites/edit.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ h1.govuk-heading-xl
p.govuk-body
| Please note, if one of the attendees will need assistance on the event day, for example, if they are older or have a disability, the other attendee must be able to assist them. If this is not possible, please get in touch with the King's Award for Voluntary Service (KAVS) team via email
=<> mail_to '[email protected]'
| or phone 0207 271 6206.
| .
/ - if [email protected]?
= render 'form'
6 changes: 1 addition & 5 deletions app/views/qae_form/_steps_progress_bar.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@
= link_to "Complete national assessment", assessor_form_answer_path(@form_answer, anchor: "assessment-assessor-#{current_assessor.id}"), class: "govuk-button"
li.divider
li.sidebar-helpline.govuk-body
' Need help? Call us on
br
' 0207 271 6206
span.helpline-space
' Alternatively, email us at
' Need help? Email us at
= link_to "[email protected]", "mailto:[email protected]"

- if submission_deadline && submission_deadline.trigger_at && !lieutenant_nomination? && !current_assessor
Expand Down
4 changes: 2 additions & 2 deletions app/views/users/submission_mailer/success.text.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Thank you for your nomination for The King's Award for Voluntary Service (KAVS).

We will now assess the group for eligibility and will only contact you again if we require further clarification. If the group is eligible, the Lord Lieutenant in the county will contact the group leader to arrange an informal visit. Group leaders will be notified of the eventual outcome shortly before the Award is announced next June.

If you have any further queries about the nomination process you can call us on 0207 271 6206 or email us [email protected].
If you have any further queries about the nomination process you can email us [email protected].

Kind regards

The KAVS team

This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected] or phone 0207 271 6206.
This email is from an unmanaged mailbox. To contact the KAVS team please email [email protected].

---

Expand Down
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ <h1>
</div>
</div>
<p class="footer-helpline">
Need help? Call us on <strong>0207 271 6206</strong>. Alternatively, email us at <a href="mailto:[email protected]">[email protected]</a>
Need help? Email us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</main>
</div>
Expand Down
2 changes: 1 addition & 1 deletion public/422.html
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ <h1>
</div>
</div>
<p class="footer-helpline">
Need help? Call us on <strong>0207 271 6206</strong>. Alternatively, email us at <a href="mailto:[email protected]">[email protected]</a>
Need help? Email us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</main>
</div>
Expand Down

0 comments on commit a6b4e71

Please sign in to comment.