diff --git a/app/views/devise/mailer/confirmation_instructions.haml b/app/views/devise/mailer/confirmation_instructions.haml
index 07c93719fd11354f0e9e388fd169bb9c59b7376e..9b8214edd9bc3e07cfb37117b3a14b4f37c228f2 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 5cb36b2db51d46808eeaf54156c87c6df1c7b2f8..0204a0b727f18eecef4323dd442c21675cb0f651 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 eb2e21e931b8c18c493343b4af787ffabb9a54b0..40344a076ec2dc310bb8d6fb49c4d11d0f11d3c6 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)