mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
10 lines
374 B
Text
10 lines
374 B
Text
.block.flex
|
|
.flex__fixed.spacing-right
|
|
= render PhilomenaWeb.UserAttributionView, "_anon_user_avatar.html", object: @post, conn: @conn
|
|
|
|
.flex__grow.communication__body
|
|
span.communication__body__sender-name
|
|
= render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: @post, conn: @conn, awards: true
|
|
|
|
.communication__body__text
|
|
== @body
|