mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
12 lines
447 B
Text
12 lines
447 B
Text
.block__content.flex.alternating-color
|
|
.flex__shrink.spacing-right
|
|
= render PhilomenaWeb.ImageView, "_image_container.html", image: @comment.image, size: :thumb_tiny
|
|
.flex__grow
|
|
a href="/#{@comment.image.id}#comment_#{@comment.id}"
|
|
| #
|
|
=> @comment.image.id
|
|
' by
|
|
span.hyphenate-breaks
|
|
= render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: @comment
|
|
br
|
|
= pretty_time(@comment.created_at)
|