made the manage email prefs work

This commit is contained in:
zhitomirskiyi 2011-03-23 16:35:59 -07:00
parent 535e686b2c
commit 18c7c467c7
2 changed files with 2 additions and 2 deletions

View file

@ -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')

View file

@ -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"