-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
16 deletions.
There are no files selected for viewing
12 changes: 4 additions & 8 deletions
12
lib/prison_rideshare_web/templates/email/calendar_link.html.heex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
12
lib/prison_rideshare_web/templates/email/calendar_link.text.eex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |