Skip to content
This repository has been archived by the owner on Nov 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #428 from ServiceInnovationLab/RR-448
Browse files Browse the repository at this point in the history
add 31 july to email
  • Loading branch information
mischa-s authored Jun 24, 2019
2 parents 13c7299 + d0f70de commit 4da33df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/rebate_forms_mailer/_default.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

%p
%ul
%li Go to the #{@council.name}
%li Before 31 July, go to the #{@council.name}
%li Tell the Service Centre staff you're there to sign your rates rebate application.

%p
Expand Down
2 changes: 1 addition & 1 deletion spec/mailers/rebate_forms_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
expect(text_body).to include "– 30 June #{rebate_form.rating_year} rates year"
expect(text_body).to include "has been sent to the #{rebate_form.council.name}."
expect(text_body).to include 'What you need to do now'
expect(text_body).to include "Go to the #{rebate_form.council.name}"
expect(text_body).to include "Before 31 July, go to the #{rebate_form.council.name}"
expect(text_body).to include 'Tell the Service Centre staff you\'re there to sign your rates rebate application.'
expect(text_body).to include 'Make sure you complete your application by getting your signature witnessed'
expect(text_body).to include 'at the council offices as soon as you can.'
Expand Down

0 comments on commit 4da33df

Please # to comment.