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
|
2019-10-05 01:43:15 +02:00
|
|
|
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
|
2019-10-05 01:43:15 +02:00
|
|
|
br
|
|
|
|
= pretty_time(@comment.created_at)
|