2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00
discourse/app/views/users/account_created.html.erb
2014-10-02 12:43:44 +05:30

5 lines
230 B
Text

<div id='simple-container'>
<% 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>