update resources in devise emails :(

This commit is contained in:
Maxwell Salzberg 2012-04-09 22:56:30 -07:00
parent 1c9e01f0a2
commit a70b057bf5
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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)

View file

@ -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)