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"