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

@ -17,7 +17,7 @@
%tbody
%tr
%td
= image_tag asset_pack_path('icon_lock_open.svg')
= image_tag full_pack_url('icon_lock_open.svg'), alt: ''
%h1= t 'devise.mailer.password_change.title'
%p.lead= t 'devise.mailer.password_change.explanation'