HTML emails, fixes formatting

This commit is contained in:
Ben Ramey
2014-07-04 14:55:20 -05:00
parent 353ffcf8dd
commit 303254ce9d
4 changed files with 38 additions and 16 deletions

6
views/emails/layout.jade Normal file
View File

@@ -0,0 +1,6 @@
doctype html
html(lang="en")
head
body
block content

View 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!