mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 15:16:03 +01:00
9 lines
422 B
Text
9 lines
422 B
Text
.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) }
|
|
%img.answerbox__question-user-avatar.avatar-md{ src: user.profile_picture.url(:medium) }
|
|
.flex-grow-1
|
|
= t(".title_html", screen_name: user.screen_name, user_id: user.id)
|