Skip to content
Snippets Groups Projects
Commit da95930c authored by maxwell's avatar maxwell
Browse files

added a bit to test email

parent d200aaab
Branches
Tags
No related merge requests found
......@@ -48,7 +48,7 @@
%p
Hello #{@resource.email}!
%p
#{(@resource.inviters.count == 1)? ( @resource.inviters.first.real_name + " has") : (@resource.inviters.map{|inv| inv.real_name}.join(",") + " have")} invited you to #{root_url}, you can accept it through the link below.
#{(@resource.inviters.count == 1)? ( @resource.inviters.first.real_name + " has") : (@resource.inviters.map{|inv| inv.real_name + " (#{inv.diaspora_handle})"}.join(",") + " have")} invited you to join Diaspora at #{root_url}, you can accept it through the link below.
- @resource.inviters.each do |inv|
- if @resource.invite_messages[inv.id.to_s]
= "#{inv.real_name}:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment