Files
old-holivud2/app/views/user_mailer/project_invitation.html.erb
2020-08-04 08:16:16 +02:00

15 lines
452 B
Plaintext

<p>
Welcome to the ME Suite.
</p>
<p>
<%= @project.account.name %> has invited you to <%= @project.name %>.
<% if @user_is_new %>
Please <%= link_to "click here", edit_password_reset_url(id: @user.password_reset_token, host: AppHost.new.domain_with_port) %> to set your password.
<% end %>
</p>
<p>
If you have questions about how to use the software, please visit <%= link_to "MESuite.ai", "https://www.mesuite.ai/contact" %>.
</p>