Skip to content

Commit

Permalink
imgタグの挿入位置および記法を修正した
Browse files Browse the repository at this point in the history
  • Loading branch information
yocajii committed Aug 7, 2022
1 parent c5822e9 commit 34b83e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/reports/_report.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34b83e9

Please sign in to comment.