Change image URL in mailer to full path (#6264)
This commit is contained in:
committed by
Eugen Rochko
parent
e6fd4bea35
commit
9a28052e92
@ -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'
|
||||
|
Reference in New Issue
Block a user