2025-02-22 03:45:38 +01:00
|
|
|
.block.flex.communication__content
|
2025-02-21 23:56:50 +01:00
|
|
|
.communication__body__avatar.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:56:50 +01:00
|
|
|
.communication__body__avatar.hide-desktop
|
2025-02-21 23:45:10 +01:00
|
|
|
= 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
|