skill-assessment-app/app/views/user_mailer/welcome.html.inky

16 lines
373 B
Plaintext
Raw Permalink Normal View History

2016-08-24 16:26:07 -05:00
<row>
<columns class="email-body">
<p>Hey there <%= @user.name %>,</p>
<p>
Looks like you now have access to the skills assessment app.
We've given you a temporary password below. Please sign in an personalize it asap.
</p>
<p>
Password: <%= @password%>
</p>
<p>
<%= link_to nil, admin_url %>.
</p>
</columns>
</row>