houdini/app/views/nonprofit_admin_mailer/existing_invite.html.erb

8 lines
251 B
Text

<p>
Congrats! You're now <%= @title_with_article %> for
<strong><%= @nonprofit.name %></strong> on <%= Settings.general.name %>.
</p><br>
<p><a href='<%= nonprofit_url(@nonprofit) %>'>View your nonprofit profile</a></p>
<%= render 'emails/sig' %>