Change mailer logo alt text to instance name
This commit is contained in:
parent
292bd53848
commit
2a3459dfac
@ -24,7 +24,7 @@
|
||||
%tr
|
||||
%td.column-cell
|
||||
= link_to root_url do
|
||||
= image_tag full_pack_url('media/images/mailer/logo_full.png'), alt: 'Mastodon', height: 34, class: 'logo'
|
||||
= image_tag full_pack_url('media/images/mailer/logo_full.png'), alt: site_title, height: 34, class: 'logo'
|
||||
|
||||
= yield
|
||||
|
||||
@ -49,4 +49,4 @@
|
||||
%p= link_to t('application_mailer.notification_preferences'), settings_preferences_notifications_url
|
||||
%td.column-cell.text-right
|
||||
= link_to root_url do
|
||||
= image_tag full_pack_url('media/images/mailer/logo_transparent.png'), alt: 'Mastodon', height: 24
|
||||
= image_tag full_pack_url('media/images/mailer/logo_transparent.png'), alt: site_title, height: 24
|
||||
|
Loading…
Reference in New Issue
Block a user