Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<% end %>
</ul>

<p>You will receive a notification when a distribution has been created of the pick-up time and date.</p>
<p>You will receive a notification when a distribution has been created.</p>

<p>Your friends at</p>
<p><%= @organization.name %></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This email confirms that <%= @organization.name %> has received a request<%= " s
<%= item_request.item_name %> - <%= item_request.quantity_with_units %>
<% end %>

You will receive a notification when a distribution has been created of the pick-up time and date.
You will receive a notification when a distribution has been created.

Your friends at
<%= @organization.name %>
Expand Down
1 change: 1 addition & 0 deletions spec/mailers/requests_confirmation_mailer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
organization.update!(email: "me@org.com")
expect(mail.body.encoded).to match('This email confirms')
expect(mail.body.encoded).to match('For more info, please e-mail me@org.com')
expect(mail.body.encoded).to match('You will receive a notification when a distribution has been created.')
end

it 'CCs the organization if they opt in' do
Expand Down
Loading