diff options
Diffstat (limited to 'app/views/mailer/account_activated.html.erb')
-rw-r--r-- | app/views/mailer/account_activated.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/mailer/account_activated.html.erb b/app/views/mailer/account_activated.html.erb new file mode 100644 index 000000000..cb8d8caa1 --- /dev/null +++ b/app/views/mailer/account_activated.html.erb @@ -0,0 +1,2 @@ +<p><%= l(:notice_account_activated) %></p> +<p><%= l(:label_login) %>: <%= link_to h(@login_url), @login_url %></p> |