journalduhacker/app/views/invitation_mailer/invitation.text.erb
2012-08-24 11:41:30 -05:00

8 lines
281 B
Plaintext

Hello <%= @invitation.email %>,
The user <%= @invitation.user.username %> has invited you to the website Lobsters<%= @invitation.memo.present? ? ":\n\n #{@invitation.memo}" : "." %>
To create an account, visit the URL below:
<%= root_url %>invitations/<%= @invitation.code %>