9 lines
252 B
Plaintext
9 lines
252 B
Plaintext
%p
|
|
!= t('admin.mailer.common.hello')
|
|
= @resource.email
|
|
\!
|
|
%p
|
|
!= t('.you_can_confirm_your_account_through_the_link_below')
|
|
%p
|
|
= link_to t('.confirm_my_account'), confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)
|