Newer
Older
dmpopidor / app / views / devise / mailer / invitation_instructions.html.erb
@Marta Ribeiro Marta Ribeiro on 3 Jun 2016 547 bytes DMPonline4 - RAILS 4.0 (#4)
<p>Hello <%= @resource.email %>!</p>

<p>A colleague has invited you to contribute to their Data Management Plan at <%= link_to 'DMPonline', root_url %></p>

<p><%= link_to 'Click here to accept the invitation', accept_invitation_url(@resource, :invitation_token => @token) %> (or copy <%= accept_invitation_url(@resource, :invitation_token => @token) %> into your browser).</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>