retrogit/app/templates/shared/email-footer.html
Mihai Parparita 735ac7ffb3 Better handling of GitHub OAuth errors when sending digest emails.
Fail silently if we can't even get an email address, otherwise send an error
email to the user.
2014-12-20 21:38:09 -08:00

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}}