journalduhacker/app/views/invitation_mailer/invitation.text.erb

8 lines
286 B
Plaintext
Raw Normal View History

2012-07-01 20:31:31 +02:00
Hello <%= @invitation.email %>,
The user <%= @invitation.user.username %> has invited you to the website Lobsters<%= @invitation.memo.present? ? raw(":\n\n #{@invitation.memo}") : "." %>
2012-07-01 20:31:31 +02:00
To create an account, visit the URL below:
2012-07-03 18:59:50 +02:00
<%= root_url %>invitations/<%= @invitation.code %>