Change image URL in mailer to full path (#6264)

This commit is contained in:
Yamagishi Kazutoshi 2018-01-16 14:26:46 +09:00 committed by Eugen Rochko
parent e6fd4bea35
commit 9a28052e92
7 changed files with 9 additions and 7 deletions

View file

@ -24,7 +24,7 @@
%tr
%td.column-cell
= link_to root_url do
= image_tag asset_pack_path('logo_full.svg'), height: 34, class: 'logo'
= image_tag full_pack_url('logo_full.svg'), alt: 'Mastodon', height: 34, class: 'logo'
= yield
@ -52,4 +52,4 @@
%tbody
%td.column-cell.text-right
= link_to root_url do
= image_tag asset_pack_path('logo_transparent.svg'), height: 24
= image_tag full_pack_url('logo_transparent.svg'), alt: 'Mastodon', height: 24