philomena/lib/philomena_web/templates/activity/_comment_strip.html.slime

13 lines
532 B
Text
Raw Normal View History

2024-05-20 19:04:12 +02:00
.block__content.block--borderless.block--alternating.flex.flex--normal-gap
.flex__grow.media__standalone
2019-11-18 06:26:36 +01:00
= render PhilomenaWeb.ImageView, "_image_container.html", image: @comment.image, size: :thumb_tiny, conn: @conn
2024-05-20 19:04:12 +02:00
.flex.flex--small-gap.flex--wrap
a href="/#{@comment.image.id}#comment_#{@comment.id}"
| #
=> @comment.image.id
' by
span.hyphenate-breaks
2019-11-12 02:27:09 +01:00
= render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: @comment, conn: @conn
br
= pretty_time(@comment.created_at)