-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
dda3e02
commit 78d2992
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
engines/bops_core/app/views/bops_core/magic_link_mailer/magic_link_mail.text.erb
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,7 +1,7 @@ | ||
Hello <%= @resource.name %> | ||
|
||
This is your magic link. | ||
This is your magic link to view BOPS application: <%= @planning_application.reference_in_full %>. | ||
|
||
<%= link_to "View BOPS application: #{@planning_application.reference_in_full}", @url %> | ||
To view the application, follow this link: <%= link_to "Click here to view", @url %> | ||
|
||
This link will expire in 48 hours. |
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