this should fix #572
This commit is contained in:
parent
cc163b13c6
commit
849072f283
3 changed files with 6 additions and 6 deletions
|
|
@ -47,5 +47,5 @@
|
|||
#container
|
||||
%p
|
||||
= t('devise.mailer.welcome', :email => @resource.email)
|
||||
%p = t('.you_can_confirm')
|
||||
%p= t('.you_can_confirm')
|
||||
%p= link_to t('.confirm'), confirmation_url(@resource, :confirmation_token => @resource.confirmation_token), :class => "large_text"
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
#container
|
||||
%p
|
||||
= t('devise.mailer.hello', :email => @resource.email)
|
||||
%p = t('.someone_requested')
|
||||
%p= t('.someone_requested')
|
||||
%p= link_to t('.change'), edit_password_url(@resource, :reset_password_token => @resource.reset_password_token), :class => "large_text"
|
||||
%p = t('.wont_change')
|
||||
%p.small = t('.ignore')
|
||||
%p= t('.wont_change')
|
||||
%p.small= t('.ignore')
|
||||
|
|
|
|||
|
|
@ -47,6 +47,6 @@
|
|||
#container
|
||||
%p
|
||||
= t('devise.mailer.hello', :email => @resource.email)
|
||||
%p = t('.account_locked')
|
||||
%p = t('.click_to_unlock')
|
||||
%p= t('.account_locked')
|
||||
%p= t('.click_to_unlock')
|
||||
%p= link_to t('.unlock'), unlock_url(@resource, :unlock_token => @resource.unlock_token), :class => "large_text"
|
||||
|
|
|
|||
Loading…
Reference in a new issue