forked from playasoft/volunteers
-
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.
Merge pull request playasoft#189 from Tompiosh/master
Updated shift confirmation email
- Loading branch information
Showing
2 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
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
22 changes: 4 additions & 18 deletions
22
laravel/resources/views/emails/user-shift-confirmation.blade.php
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,27 +1,13 @@ | ||
<h1>You're signed up for the {{ $shift_name }} shift!</h1> | ||
|
||
@if ($admin_assigned) | ||
<h1>You're signed up for a {{ $shift_name }} shift at {{ $event_name }}!</h1> | ||
<p> | ||
This is a confirmation email for the {{ $shift_name }} shift | ||
that you were recently assigned to for the {{ $event_name }} event. | ||
Your shift will take place on {{ $start_date}} between {{ $start_time }} and {{ $end_time }}. | ||
</p> | ||
@else | ||
<p> | ||
This is a confirmation email for the {{ $shift_name }} shift | ||
you recently picked up for the {{ $shift_name }} event. | ||
For volunteer ticketing information, please visit the {{ $event_name }} ticketing webpage. | ||
</p> | ||
@endif | ||
|
||
<p> | ||
This shift takes place on {{ $start_date}} between the times of | ||
{{ $start_time }} and {{ $end_time }}. | ||
If you did NOT sign up for this shift or would like to CANCEL this shift, <a href="{{ env('SITE_URL').'/slot/'.$slot->id.'/view' }}">click here</a>. | ||
</p> | ||
|
||
<p> | ||
If you did <b>NOT</b> sign-up for this shift or would like to <b>CANCEL</b> this | ||
shift, <a href="{{ env('SITE_URL').'/slot/'.$slot->id.'/view' }}">click here</a>. | ||
</p> | ||
|
||
<p> | ||
Otherwise, we look forward to seeing you there! | ||
</p> |