-
Notifications
You must be signed in to change notification settings - Fork 3
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 #329 from fnf-org/mfl/email-focus
Mfl/email focus
- Loading branch information
Showing
3 changed files
with
21 additions
and
45 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 +1 @@ | ||
1.3.20 | ||
1.3.21 |
22 changes: 0 additions & 22 deletions
22
app/views/ticket_request_mailer/email_ticket_holder.html.haml
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,25 +1,3 @@ | ||
%p | ||
Hi #{@ticket_request.user.first_name}, | ||
|
||
%p | ||
- if @payment_url.present? | ||
Your tickets still need to be purchased. | ||
= link_to @payment_url do | ||
Buy your tickets now! | ||
%p | ||
= @body | ||
|
||
%p | ||
With love ❤️, | ||
%br | ||
Your FnF Ticket Team | ||
|
||
%p | ||
- if @payment_url.present? | ||
= link_to @payment_url do | ||
Buy your tickets now! | ||
%p | ||
You can view the status of your request at any time by visiting | ||
= link_to "#{@ticket_request_url}", @ticket_request_url | ||
|
||
%p |
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