Skip to content

Instantly share code, notes, and snippets.

@adammiribyan
Created June 11, 2011 17:14
Show Gist options
  • Save adammiribyan/1020762 to your computer and use it in GitHub Desktop.
Save adammiribyan/1020762 to your computer and use it in GitHub Desktop.
Invitation instructions email
<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