Skip to content

Commit

Permalink
Merge pull request #646 from ministryofjustice/remove-security-at-in-…
Browse files Browse the repository at this point in the history
…emails

Remove security/phishing from email footers
  • Loading branch information
dan-palmer committed Mar 3, 2015
2 parents 439013e + 622bd10 commit 8605331
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions app/views/base_mailer/access_details_email.en.text.erb
Expand Up @@ -12,6 +12,3 @@ You’ll receive a confirmation email once you’ve submitted your claim.

Contact us: http://www.justice.gov.uk/contacts/hmcts/tribunals/employment

If you’re not sure whether an email is from the Ministry of Justice then:
- do not reply or click any links
- forward it to security@digital.justice.gov.uk
4 changes: 0 additions & 4 deletions app/views/base_mailer/confirmation_email.text.erb
Expand Up @@ -34,7 +34,3 @@ Claim number: <%= @presenter.reference %>
<%= t('.diversity_text') -%> https://www.employmenttribunals.service.gov.uk/forms/form/175/en/diversity_monitoring_questionnaire

<%= t('.footer.contact_us') %>: http://www.justice.gov.uk/contacts/hmcts/tribunals/employment

<%= t('.footer.if_you_are_unsure') -%>
- <%= t('.footer.do_not_reply') -%>
- <%= t('.footer.forward_it') -%>
8 changes: 0 additions & 8 deletions app/views/base_mailer/shared/_footer.html.slim
Expand Up @@ -6,13 +6,5 @@ table style="width:100%; padding:20px 0px 20px 60px; background-color:#dee0e2; h
a style="color:#6F777B;" href="http://www.justice.gov.uk/contacts/hmcts/tribunals/employment" target="_blank"
= t('base_mailer.footer.contact_us')

p style="font-family:arial; font-size:16px; color:#6F777B;"
= t('base_mailer.footer.if_you_are_unsure')

ul
li style="font-family:arial; font-size:16px; color:#6F777B;"
= t('base_mailer.footer.do_not_reply')
li style="font-family:arial; font-size:16px; color:#6F777B;"
= t('base_mailer.footer.forward_it')
td
img src="https://s3-eu-west-1.amazonaws.com/mojet-emails/govuk_crest_email.png"
6 changes: 0 additions & 6 deletions config/locales/mailers.en.yml
Expand Up @@ -2,12 +2,6 @@ en:
base_mailer:
footer:
contact_us: Contact us
if_you_are_unsure: |
If you’re not sure whether an email is from the Ministry of Justice then:
do_not_reply: |
do not reply to it or click any links
forward_it: |
forward it to security@digital.justice.gov.uk

access_details_email:
subject: 'Employment tribunal: complete your claim'
Expand Down

0 comments on commit 8605331

Please sign in to comment.