Skip to content

Commit

Permalink
Update calendar email text
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Sep 21, 2024
1 parent 0e8b39a commit c6bd1c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions lib/prison_rideshare_web/templates/email/calendar_link.html.heex
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<p><%= @person.name %>,</p>
<p><%= @person.name %>, <a href={@link}>here’s</a> your personal calendar link for <%= @month %>.</p>

<p><a href={@link}>Here</a> is your unique calendar link for <%= @month %>.</p>
<p>Specify your availability in advance for the coordinator, they will confirm with you if a ride request comes for a slot you’ve chosen.</p>

<p>You can use this to share availability in advance with the coordinator, they will ask you first if a ride request comes for a slot you’ve chosen.</p>

<p>The bug where boxes would not check is fixed, thanks to those who reported it. Please always let us know if something doesn’t work as expected!</p>

<p>For operational details visit <a href='https://barnoneblog.wordpress.com/rideshare/driver-calendar/'>here</a></p>
<p><a href='https://barnoneblog.wordpress.com/rideshare/driver-calendar/'>Documentation</a></p>

<p>If you’d like to stop receiving these emails or change your contact information, visit the link and let us know under the “Edit Communication Details” button.</p>

<p>Thanks for volunteering 💞 #FreeThemAll</p>
<p>Thanks for driving!</p>
12 changes: 4 additions & 8 deletions lib/prison_rideshare_web/templates/email/calendar_link.text.eex
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
<%= @person.name %>,
<%= @person.name %>, here’s your personal calendar link for <%= @month %>: <%= @link %>

Here is your unique calendar link for <%= @month %>: <%= @link %>
You can use this to share availability in advance for the coordinator, they confirm with you if a ride request comes for a slot you’ve chosen.

You can use this to share availability in advance with the coordinator, they will ask you first if a ride request comes for a slot you’ve chosen.

The bug where boxes would not check is fixed, thanks to those who reported it. Please always let us know if something doesn’t work as expected!

For operational details visit https://barnoneblog.wordpress.com/rideshare/driver-calendar/
Documentation: https://barnoneblog.wordpress.com/rideshare/driver-calendar/

If you’d like to stop receiving these emails or change your contact information, visit the link and let us know under the “Edit Communication Details” button.

Thanks for volunteering 💞 #FreeThemAll
Thanks for driving!

0 comments on commit c6bd1c2

Please sign in to comment.