-
Notifications
You must be signed in to change notification settings - Fork 86
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 #492 from ubccr/email-fix
Fix url not displaying in emails
- Loading branch information
Showing
5 changed files
with
35 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
Dear {{center_name}} user, | ||
|
||
Your allocation request for {{resource}} has been activated. You now have access to this resource. | ||
Your allocation request for {{resource}} has been activated. You now have | ||
access to this resource. | ||
|
||
To view your allocations information, please go to {{allocation_url}} | ||
To view your allocations information, please go to: | ||
|
||
If you are a student or collaborator under this project, you are receiving this notice as a courtesy. If you would like | ||
to opt out of future notifications, instructions can be found here: {{opt_out_instruction_url}} | ||
{{url}} | ||
|
||
If you are a student or collaborator under this project, you are receiving this | ||
notice as a courtesy. If you would like to opt out of future notifications, | ||
instructions can be found here: {{opt_out_instruction_url}} | ||
|
||
Thank you, | ||
{{signature}} |
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,11 +1,15 @@ | ||
Dear {{center_name}} user, | ||
|
||
Your allocation change request for {{resource}} has been approved. The requested changes are now active. | ||
Your allocation change request for {{resource}} has been approved. The | ||
requested changes are now active. | ||
|
||
To view your allocation's information, please go to {{allocation_url}} | ||
To view your allocation's information, please go to: | ||
|
||
If you are a student or collaborator under this project, you are receiving this notice as a courtesy. If you would like | ||
to opt out of future notifications, instructions can be found here: {{opt_out_instruction_url}} | ||
{{url}} | ||
|
||
If you are a student or collaborator under this project, you are receiving this | ||
notice as a courtesy. If you would like to opt out of future notifications, | ||
instructions can be found here: {{opt_out_instruction_url}} | ||
|
||
Thank you, | ||
{{signature}} |
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
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
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