update resources in devise emails :(
This commit is contained in:
parent
1c9e01f0a2
commit
a70b057bf5
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
= render :partial => 'notifier/notifier_css'
|
||||
%body
|
||||
%header
|
||||
= image_tag('diaspora_white.png')
|
||||
= image_tag('branding/diaspora_white.png')
|
||||
#container
|
||||
%p
|
||||
= t('devise.mailer.welcome', :email => @resource.email)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
= render :partial => 'notifier/notifier_css'
|
||||
%body
|
||||
%header
|
||||
= image_tag('diaspora_white.png')
|
||||
= image_tag('branding/diaspora_white.png')
|
||||
#container
|
||||
%p
|
||||
= t('devise.mailer.hello', :email => @resource.email)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
= render :partial => 'notifier/notifier_css'
|
||||
%body
|
||||
%header
|
||||
= image_tag('diaspora_white.png')
|
||||
= image_tag('branding/diaspora_white.png')
|
||||
#container
|
||||
%p
|
||||
= t('devise.mailer.hello', :email => @resource.email)
|
||||
|
|
|
|||
Loading…
Reference in a new issue