HTML emails, fixes formatting
This commit is contained in:
6
views/emails/layout.jade
Normal file
6
views/emails/layout.jade
Normal file
@@ -0,0 +1,6 @@
|
||||
doctype html
|
||||
|
||||
html(lang="en")
|
||||
head
|
||||
body
|
||||
block content
|
||||
8
views/emails/new-invitee.jade
Normal file
8
views/emails/new-invitee.jade
Normal file
@@ -0,0 +1,8 @@
|
||||
extends layout
|
||||
|
||||
block content
|
||||
p= "You've been invited to " + runData.creatorName + "'s lunch run: " + runData.name + "!"
|
||||
|
||||
p
|
||||
a(href='http://www.lunchrun.me/#/order/' + inviteeData.id) Put in your order!
|
||||
|
||||
Reference in New Issue
Block a user