-
Notifications
You must be signed in to change notification settings - Fork 2
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
e1001fe
commit 7394793
Showing
5 changed files
with
20 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<% provide :why_received, 'You have received this email because you have requested a locker' %> | ||
Hello <%= @user.username %>, | ||
You have been assigned a locker. Your locker is <b><%= @locker_rental.full_locker_name %></b> and is valid until <b><%= @locker_rental.owned_until.to_date %></b>. | ||
<%= @message %> | ||
<br /> | ||
Your request has been completed, and you have been assigned a locker. Your locker is <b><%= @locker_rental.full_locker_name %></b> and is valid until <b><%= @locker_rental.owned_until.to_date %></b>. |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<% provide :why_received, 'You have received this email because you have a locker assigned to you' %> | ||
Hello <%= @user.name %>, | ||
<br /> | ||
Your locker rental has been cancelled. Please ensure it is empty before <b><%= @locker_rental.owned_until.to_date %></b>. |
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,3 +1,4 @@ | ||
<% provide :why_received, 'You have received this email because you have requested a locker' %> | ||
Hello <%= @user.name %>, | ||
Your locker request has been approved. To finalize, you need to checkout. Click <%= link_to 'here', new_locker_rental_path %> to pay or cancel your locker request. | ||
<br /> | ||
Your locker request has been approved, and is pending payment to be assigned. Go to <%= link_to 'your locker request', @locker_rental %> to pay or cancel your request. |