mirror of
https://github.com/samsonjs/retrogit.git
synced 2026-03-25 09:25:49 +00:00
Fail silently if we can't even get an email address, otherwise send an error email to the user.
24 lines
819 B
HTML
24 lines
819 B
HTML
{{define "email-footer"}}
|
|
|
|
<hr noshade size="1" color="#ccc">
|
|
|
|
<div style="{{style "proportional" "email-footer"}}">
|
|
|
|
<p style="{{style "email-footer.paragraph"}}">
|
|
You are receiving this email because you set up a
|
|
<a href="{{absoluteRouteUrl "index"}}" style="{{style "email-footer.link"}}">RetroGit</a> account.
|
|
</p>
|
|
|
|
<p style="{{style "email-footer.paragraph"}}">
|
|
<a href="{{absoluteRouteUrl "settings"}}" style="{{style "email-footer.link"}}">Update your email preferences</a>
|
|
| <a href="{{absoluteRouteUrl "view-digest"}}" style="{{style "email-footer.link"}}">View digest in browser</a>
|
|
</p>
|
|
|
|
<p style="{{style "email-footer.paragraph"}}">
|
|
RetroGit is a project by
|
|
<a href="http://persistent.info" style="{{style "email-footer.link"}}">Mihai Parparita</a>.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
{{end}}
|