about summary refs log tree commit diff
path: root/app/views/notification_mailer/favourite.html.haml
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2018-01-17 20:41:24 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-01-17 12:41:24 +0100
commiteed7484cd6541b93452cd7aa62a3f61c361c89cc (patch)
tree7c9529e14c96f23380615e396d6ad59660981621 /app/views/notification_mailer/favourite.html.haml
parent02194838dd64558cd974e68cb0bf800dffd25c91 (diff)
Change mailer image url (#6279)
* Change image URL in mailer to full path

* Add application_mailer.view_profile localization.
Diffstat (limited to 'app/views/notification_mailer/favourite.html.haml')
-rw-r--r--app/views/notification_mailer/favourite.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notification_mailer/favourite.html.haml b/app/views/notification_mailer/favourite.html.haml
index 6cbc552fa..f26b08b18 100644
--- a/app/views/notification_mailer/favourite.html.haml
+++ b/app/views/notification_mailer/favourite.html.haml
@@ -17,7 +17,7 @@
                                 %tbody
                                   %tr
                                     %td
-                                      = image_tag asset_pack_path('icon_grade.svg')
+                                      = image_tag full_pack_url('icon_grade.svg'), alt:''
 
                               %h1= t 'notification_mailer.favourite.title'
                               %p.lead= t('notification_mailer.favourite.body', name: @account.acct)