Change image URL in mailer to full path (#6264)
This commit is contained in:
parent
e6fd4bea35
commit
9a28052e92
7 changed files with 9 additions and 7 deletions
|
@ -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.reset_password_instructions.title'
|
||||
%p.lead= t 'devise.mailer.reset_password_instructions.explanation'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue