made the manage email prefs work
This commit is contained in:
parent
535e686b2c
commit
18c7c467c7
2 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue