Created
June 11, 2011 17:14
-
-
Save adammiribyan/1020762 to your computer and use it in GitHub Desktop.
Invitation instructions email
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Hello <%= @resource.email %>!</p> | |
<p>Someone has invited you to <%= root_url %>, you can accept it through the link below.</p> | |
<p><%= link_to 'Accept invitation', accept_invitation_url(@resource, :invitation_token => @resource.invitation_token) %></p> | |
<p>If you don't want to accept the invitation, please ignore this email.<br /> | |
Your account won't be created until you access the link above and set your password.</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment