2010-06-30 15:42:00 +00:00
|
|
|
%p
|
2010-07-21 23:56:42 +00:00
|
|
|
!= t('admin.mailer.common.hello')
|
2010-06-30 15:42:00 +00:00
|
|
|
= @resource.email
|
|
|
|
\!
|
|
|
|
%p
|
2010-07-21 23:56:42 +00:00
|
|
|
!= t('.you_can_confirm_your_account_through_the_link_below')
|
2010-06-30 15:42:00 +00:00
|
|
|
%p
|
|
|
|
= link_to t('.confirm_my_account'), confirmation_url(@resource, :confirmation_token => @resource.confirmation_token)
|