You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.8 KiB

9 years ago
9 years ago
  1. {% extends "emails/base.html" %}
  2. {% block content %}
  3. <h1>Hello,</h1>
  4. {% if inviting_profile %}
  5. <p><strong>{{ inviting_profile }}</strong> invites you to their
  6. <a href="https://healthchecks.io">healthchecks.io</a> account.</p>
  7. <p>You will be able to manage their
  8. existing monitoring checks and set up new ones. If you already have your
  9. own account on healthchecks<span>.</span>io, you will be able to switch
  10. between the two
  11. accounts.</p>
  12. {% endif %}
  13. <p>To log into <a href="https://healthchecks.io">healthchecks.io</a>, please press the button below:</p>
  14. <!-- Action -->
  15. <table class="body-action" align="center" width="100%" cellpadding="0" cellspacing="0">
  16. <tr>
  17. <td align="center">
  18. <div>
  19. <!--[if mso]><v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" href="{{ login_link }}" style="height:45px;v-text-anchor:middle;width:200px;" arcsize="7%" stroke="f" fill="t">
  20. <v:fill type="tile" color="#22BC66" />
  21. <w:anchorlock/>
  22. <center style="color:#ffffff;font-family:sans-serif;font-size:15px;">Confirm your account</center>
  23. </v:roundrect><![endif]-->
  24. <a href="{{ login_link }}" class="button button--green">Log In</a>
  25. </div>
  26. </td>
  27. </tr>
  28. </table>
  29. <p>Thanks,<br>The Healthchecks<span>.</span>io</a> Team</p>
  30. <p>
  31. <strong>P.S.</strong> Need help getting started? Check out our
  32. <a href="https://healthchecks.io/docs/">help documentation</a>.
  33. Or, just reply to this email with any questions or issues you have.
  34. </p>
  35. <!-- Sub copy -->
  36. <table class="body-sub">
  37. <tr>
  38. <td>
  39. <p class="sub">If you’re having trouble clicking the log in button, copy and paste the URL below into your web browser.
  40. </p>
  41. <p class="sub"><a href="{{ login_link }}">{{ login_link }}</a></p>
  42. </td>
  43. </tr>
  44. </table>
  45. {% endblock %}