Retrospring/app/views/moderation/inbox/_header.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
316 B
Plaintext
Raw Normal View History

2023-12-10 12:53:44 -08:00
.card.question--sticky
2022-06-23 12:57:41 -07:00
.container
.card-body
.d-flex
.flex-shrink-0
%a{ href: user_path(user) }
= render AvatarComponent.new(user:, size: "md", classes: ["question__avatar"])
.flex-grow-1
= t(".title_html", screen_name: user.screen_name, user_id: user.id)