2019-11-16 05:38:42 +01:00
|
|
|
article.block.communication
|
|
|
|
.block__content.flex.flex--no-wrap
|
|
|
|
.flex__fixed.spacing-right
|
|
|
|
= render PhilomenaWeb.UserAttributionView, "_user_avatar.html", object: %{user: @message.from}, conn: @conn, class: "avatar--100px"
|
2019-11-28 03:31:53 +01:00
|
|
|
|
2019-11-16 05:38:42 +01:00
|
|
|
.flex__grow.communication__body
|
2019-11-28 03:31:53 +01:00
|
|
|
|
|
|
|
span.communication__body__sender-name = render PhilomenaWeb.UserAttributionView, "_user.html", object: %{user: @message.from}, badges: true, conn: @conn
|
|
|
|
br
|
|
|
|
|
|
|
|
= render PhilomenaWeb.UserAttributionView, "_user_title.html", object: %{user: @message.from}, conn: @conn
|
2019-11-16 05:38:42 +01:00
|
|
|
|
|
|
|
br
|
|
|
|
|
|
|
|
.communication__body__text
|
|
|
|
== @body
|
|
|
|
|
|
|
|
.block__content.communication__options
|
|
|
|
.flex.flex--wrap.flex--spaced-out
|
|
|
|
div
|
|
|
|
' Posted
|
|
|
|
= pretty_time(@message.created_at)
|