about summary refs log tree commit diff
path: root/app/views/notification_mailer/mention.html.haml
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-20 10:45:43 -0600
committerDavid Yip <yipdw@member.fsf.org>2018-01-20 10:45:43 -0600
commit071c2c9c853b7d91127a7c44ec3c71830e0dcb20 (patch)
tree406918f6083b54b4d084dd1a20c921fecc32dc64 /app/views/notification_mailer/mention.html.haml
parent2ca965c704075467226dbf798e13ac8e0e62cc15 (diff)
parent0b7a0d15c7e7e23ca0c8bdb738b4a4911bf42eb2 (diff)
Merge remote-tracking branch 'origin/master' into merge-upstream
 Conflicts:
	app/javascript/styles/mastodon/components.scss
Diffstat (limited to 'app/views/notification_mailer/mention.html.haml')
-rw-r--r--app/views/notification_mailer/mention.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notification_mailer/mention.html.haml b/app/views/notification_mailer/mention.html.haml
index 619c580ce..479fed41c 100644
--- a/app/views/notification_mailer/mention.html.haml
+++ b/app/views/notification_mailer/mention.html.haml
@@ -17,7 +17,7 @@
                                 %tbody
                                   %tr
                                     %td
-                                      = image_tag full_pack_url('icon_reply.svg'), alt: ''
+                                      = image_tag full_pack_url('icon_reply.png'), alt: ''
 
                               %h1= t 'notification_mailer.mention.title'
                               %p.lead= t('notification_mailer.mention.body', name: @status.account.acct)