philomena/lib/philomena_web/templates/activity/_comment_strip.html.slime
2019-11-11 20:27:09 -05:00

12 lines
460 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, conn: @conn
br
= pretty_time(@comment.created_at)