mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2835 from techAPJ/patch-2
add user email on account created page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user