From a70b057bf5227f59f6ae443f1d54066fc9cca576 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Mon, 9 Apr 2012 22:56:30 -0700 Subject: [PATCH] update resources in devise emails :( --- app/views/devise/mailer/confirmation_instructions.haml | 2 +- app/views/devise/mailer/reset_password_instructions.haml | 2 +- app/views/devise/mailer/unlock_instructions.haml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/devise/mailer/confirmation_instructions.haml b/app/views/devise/mailer/confirmation_instructions.haml index 07c93719fd..9b8214edd9 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 5cb36b2db5..0204a0b727 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 eb2e21e931..40344a076e 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) -- GitLab