From 18c7c467c71b51a1e0f8746d268674b693148fee Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Wed, 23 Mar 2011 16:35:59 -0700 Subject: [PATCH] made the manage email prefs work --- app/views/layouts/notifier.html.haml | 2 +- app/views/layouts/notifier.text.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/notifier.html.haml b/app/views/layouts/notifier.html.haml index c9691911f..ee06ff928 100644 --- a/app/views/layouts/notifier.html.haml +++ b/app/views/layouts/notifier.html.haml @@ -8,5 +8,5 @@ = image_tag attachments['logo_caps.png'].url, :alt => "DIASPORA" #container = yield - %a{:href => "#{ AppConfig[:pod_uri].host}/users/#{@receiver.id}/edit"} + %a{:href => "http://#{ AppConfig[:pod_uri].host}/users/#{@receiver.id}/edit"} = t('notifier.manage_your_email_settings') diff --git a/app/views/layouts/notifier.text.haml b/app/views/layouts/notifier.text.haml index c4c25579e..a4c5a6d50 100644 --- a/app/views/layouts/notifier.text.haml +++ b/app/views/layouts/notifier.text.haml @@ -1,3 +1,3 @@ != yield != t('notifier.manage_your_email_settings') -!= "#{ AppConfig[:pod_uri].host}/users/#{@receiver.id}/edit" +!= "www.#{ AppConfig[:pod_uri].host}/users/#{@receiver.id}/edit"