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
412 B
Plaintext
Raw Normal View History

2022-06-23 12:57:41 -07:00
.card.question--fixed{ class: hidden ? 'question--hidden' : '', tabindex: hidden ? -1 : '', aria: { hidden: hidden } }
.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)