Initial commit
This commit is contained in:
14
app/views/user_mailer/project_invitation.html.erb
Normal file
14
app/views/user_mailer/project_invitation.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<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 "BiGMedia.ai", "https://www.bigmedia.ai/contact" %>.
|
||||
</p>
|
||||
Reference in New Issue
Block a user