diff --git a/app/views/reports/_report.html.slim b/app/views/reports/_report.html.slim
index 980513a78ba..a8e16a6da29 100644
--- a/app/views/reports/_report.html.slim
+++ b/app/views/reports/_report.html.slim
@@ -10,9 +10,9 @@
.a-list-item-badge.is-wip
span
| WIP
- img.niconico-calendar__emotion-image src="/images/emotion/#{report.emotion}.svg" alt=report.emotion
h2.card-list-item-title__title(itemprop='name')
= link_to report, itemprop: 'url', class: 'card-list-item-title__link a-text-link js-unconfirmed-link' do
+ = image_tag("emotion/#{report.emotion}.svg", alt: report.emotion, class: 'card-list-item-title__emotion-image')
= report.title
- if current_user == report.user
.card-list-item-title__end