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

8 lines
338 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 <%= Rails.application.name %> (<%= root_url %>)<%= @invitation.memo.present? ? raw("\n\n #{@invitation.memo}") : "" %>
2012-07-01 20:31:31 +02:00
To accept this invitation and create an account, visit the URL below:
2012-07-01 20:31:31 +02:00
2012-07-03 18:59:50 +02:00
<%= root_url %>invitations/<%= @invitation.code %>