Skip to content

Commit

Permalink
Merge pull request #626 from bitzesty/mailer-copy
Browse files Browse the repository at this point in the history
Copy changer on GL nomination mailer
  • Loading branch information
TheDancingClown authored Nov 29, 2023
2 parents 22712aa + 4a6c9a5 commit 5d25181
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ GEM
nio4r (2.6.1)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3)
orm_adapter (0.5.0)
Expand Down Expand Up @@ -753,6 +755,7 @@ GEM

PLATFORMS
arm64-darwin-21
x86_64-darwin-22

DEPENDENCIES
active_hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Dear <%= @group_leader_name %>,

You may be aware that <%= @group_name %> has been nominated for the King's Award for Voluntary Service (KAVS). Congratulations!

We are currently making checks to ensure the group is eligible. If it is, your local Lieutenancy Office will be in contact in October to arrange an assessment visit to find out more about your group and what makes the voluntary work outstanding. This will normally involve discussions with representatives of the management committee, some volunteers, paid staff (if any) and some of the people who benefit from your activities. They may also ask to see certain documents:
If your group is eligible for consideration, your local Lieutenancy Office will be in contact over the upcoming weeks to arrange an assessment visit to find out more about your group and what makes the voluntary work outstanding. This will normally involve discussions with representatives of the management committee, some volunteers, paid staff (if any) and some of the people who benefit from your activities. They may also ask to see certain documents:

* any surveys or evidence to show the impact of your group and the need for its work
* the latest volunteer and staff numbers (including hours worked, if possible)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 30px 0 30
| has been nominated for the King's Award for Voluntary Service (KAVS). Congratulations!

p.govuk-body style="font-size: 19px; line-height: 1.315789474; margin: 30px 0 30px 0;"
| We are currently making checks to ensure the group is eligible. If it is, your local Lieutenancy Office will be in contact in October to arrange an assessment visit to find out more about your group and what makes the voluntary work outstanding. This will normally involve discussions with representatives of the management committee, some volunteers, paid staff (if any) and some of the people who benefit from your activities. They may also ask to see certain documents:
| If your group is eligible for consideration, your local Lieutenancy Office will be in contact over the upcoming weeks to arrange an assessment visit to find out more about your group and what makes the voluntary work outstanding. This will normally involve discussions with representatives of the management committee, some volunteers, paid staff (if any) and some of the people who benefit from your activities. They may also ask to see certain documents:
ul
li any surveys or evidence to show the impact of your group and the need for its work
li the latest volunteer and staff numbers (including hours worked, if possible)
Expand Down
2 changes: 1 addition & 1 deletion spec/mailers/account_mailers/group_leader_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
it "renders the body" do
group_name = form_answer.document["nominee_name"]
expect(mail.body.raw_source).to match(group_name)
expect(mail.body.raw_source).to match("We are currently making checks to ensure the group is eligible.")
expect(mail.body.raw_source).to match("If your group is eligible for consideration, your local Lieutenancy Office will be in contact")
end
end
end

0 comments on commit 5d25181

Please sign in to comment.