bugfixes, added redstoner env

This commit is contained in:
jomo
2014-04-20 20:03:45 +02:00
parent c0a57f1554
commit f5fa193e0d
3 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<div style="font-family: 'Oswald','Calibri','Arial','DejaVu Sans','Open Sans','Lucida Sans','Lucida Grande','Lucida Sans Unicode',sans-serif; background: #F2F2F2">
<div style="color: rgb(63, 63, 63); width: 600px; max-width: 100%; padding: 2em; margin: auto">
Hi <%=@ user.name %>!
Hi <%= @user.name %>!
<p>Thank you for registering on Redstoner.com!</p>
<p>To use your account, you need to <%= link_to "confirm", confirm_user_path(@user, code: @user.email_token, only_path: false) %>your email address.</p>