2025-02-21 21:45:38 -05:00
|
|
|
.block.flex.communication__content
|
2025-02-21 23:56:50 +01:00
|
|
|
.communication__body__avatar.hide-mobile
|
2019-11-27 21:06:41 -05: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-27 21:06:41 -05:00
|
|
|
.communication__body__text
|
2024-05-03 23:15:14 -04:00
|
|
|
= @body
|