new_user_invite.html 832 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!-- This email is sent when user who does not already exist in Grafana is added to an organization -->
  2. [[Subject .Subject "[[.InvitedBy]] has invited you to join Grafana"]]
  3. <table class="row">
  4. <tr>
  5. <td class="wrapper last">
  6. <table class="twelve columns">
  7. <tr>
  8. <td>
  9. <h3>You're invited to sign up to Grafana and join organization [[.OrgName]]</h3>
  10. </td>
  11. <td class="expander"></td>
  12. </tr>
  13. </table>
  14. </td>
  15. </tr>
  16. </table>
  17. <table class="row">
  18. <tr>
  19. <td class="wrapper last">
  20. <table class="twelve columns">
  21. <tr>
  22. <td class="center">
  23. <table class="button radius">
  24. <tr>
  25. <td>
  26. <a href="[[.LinkUrl]]">Complete Sign Up</a>
  27. </td>
  28. </tr>
  29. </table>
  30. </td>
  31. <td class="expander"></td>
  32. </tr>
  33. </table>
  34. </td>
  35. </tr>
  36. </table>