12 lines
381 B
Text
12 lines
381 B
Text
!!!
|
|
%html
|
|
%head
|
|
%meta{"http-equiv"=>"Content-Type", :content=>"text/html; charset=utf-8"}/
|
|
= render :partial => 'notifier_css'
|
|
%body
|
|
%header
|
|
= image_tag attachments['logo_caps.png'].url, :alt => "DIASPORA"
|
|
#container
|
|
= yield
|
|
%a{:href => "#{ AppConfig[:pod_uri].host}/users/#{@receiver.id}/edit"}
|
|
= t('notifier.manage_your_email_settings')
|