philomena/lib/philomena_web/templates/post/preview/create.html.slime

13 lines
571 B
Text
Raw Normal View History

.block.flex
2025-02-21 23:56:50 +01:00
.communication__body__avatar.hide-mobile
= render PhilomenaWeb.UserAttributionView, "_anon_user_avatar.html", object: @post, conn: @conn
.flex__grow.communication__body
2025-02-21 23:56:50 +01:00
.communication__body__avatar.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
.communication__body__text
= @body