Issue #1931 - Share plan emails updated.
- The inviter name is added to the devise file app/views/devise/mailer/invitation_instructions.html.erb
- The name of person invited the plan is shared with is added to the greeting if it exists for both the devise
and non-devise emails (repectively app/views/devise/mailer/invitation_instructions.html.erb and app/views/user_mailer/sharing_notification.html.erb).
Otherwise, the invited person's email is displayed in the greetings.

Fix for #1931
dev
1 parent b2a39c1 commit ad9048b2f2c1bd07cc1f102ed657a5b47f9d3222
@John Pinto John Pinto authored on 22 Nov 2018
Showing 3 changed files
View
app/controllers/roles_controller.rb
View
app/views/devise/mailer/invitation_instructions.html.erb
View
app/views/user_mailer/sharing_notification.html.erb