Noosfero/noosfero

View on GitHub
app/views/user_mailer/activation_email_notify.text.erb

Summary

Maintainability
Test Coverage
<%= _('Hello %s,').html_safe % @name  %>

<%= _('Your email %s was just activated.').html_safe % [@email] %>

<%= _('You can access your e-mail from anywhere, using the following address:') %>
<%= @webmail %>

<%= _('Greetings,') %>

--
<%= _('%s team.').html_safe % @environment.name %>
<%= @url %>