Add devise view files for email messages
This commit is contained in:
parent
9f83965c18
commit
c1ebe95565
5 changed files with 34 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<%= render partial: "layouts/mailbot_header" %>
|
||||
<div id="content">
|
||||
<p>Welcome to Snap!Con <%= @email %>!</p>
|
||||
|
||||
<p>You can confirm your account email through the link below:</p>
|
||||
|
||||
<p><%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %></p>
|
||||
</div>
|
||||
<%= render partial: "layouts/mailbot_footer" %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue