2019-11-28 03:06:41 +01:00
|
|
|
.block.flex
|
2025-02-21 23:45:10 +01:00
|
|
|
.flex__fixed.spacing-right.hide-mobile
|
2019-11-28 03:06:41 +01:00
|
|
|
= render PhilomenaWeb.UserAttributionView, "_anon_user_avatar.html", object: @post, conn: @conn
|
|
|
|
|
2021-09-13 01:19:00 +02:00
|
|
|
.flex__grow.communication__body
|
2025-02-21 23:45:10 +01:00
|
|
|
.flex__fixed.spacing-right.hide-desktop
|
|
|
|
= render PhilomenaWeb.UserAttributionView, "_anon_user_avatar.html", object: @post, conn: @conn
|
|
|
|
.communication__body__sender
|
|
|
|
span.communication__body__sender-name
|
|
|
|
= render PhilomenaWeb.UserAttributionView, "_anon_user.html", object: @post, conn: @conn, awards: true
|
2019-11-28 03:06:41 +01:00
|
|
|
.communication__body__text
|
2024-05-04 05:15:14 +02:00
|
|
|
= @body
|