Merge pull request #2835 from techAPJ/patch-2

add user email on account created page
This commit is contained in:
Sam
2014-10-02 17:29:26 +10:00
4 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
<div id='simple-container'>
<span style="font-size: 16px; line-height: 24px;"><%= t 'login.activate_email' %></span>
<% if session["user_created_email"] %>
<span style="font-size: 16px; line-height: 24px;"><%= t('login.activate_email', email: session["user_created_email"]).html_safe %></span>
<% end %>
</div>