diff --git a/app/views/devise/mailer/confirmation_instructions.haml b/app/views/devise/mailer/confirmation_instructions.haml index 07c93719f..9b8214edd 100644 --- a/app/views/devise/mailer/confirmation_instructions.haml +++ b/app/views/devise/mailer/confirmation_instructions.haml @@ -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) diff --git a/app/views/devise/mailer/reset_password_instructions.haml b/app/views/devise/mailer/reset_password_instructions.haml index 5cb36b2db..0204a0b72 100644 --- a/app/views/devise/mailer/reset_password_instructions.haml +++ b/app/views/devise/mailer/reset_password_instructions.haml @@ -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) diff --git a/app/views/devise/mailer/unlock_instructions.haml b/app/views/devise/mailer/unlock_instructions.haml index eb2e21e93..40344a076 100644 --- a/app/views/devise/mailer/unlock_instructions.haml +++ b/app/views/devise/mailer/unlock_instructions.haml @@ -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)