mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 21:46:04 +01:00
6 lines
288 B
Text
6 lines
288 B
Text
.card.question--fixed{ class: hidden ? 'question--hidden' : '', tabindex: hidden ? -1 : '', aria: { hidden: hidden } }
|
|
.container
|
|
.card-body
|
|
.d-flex
|
|
.flex-grow-1
|
|
= t(".title_html", author_identifier: author_identifier, short: author_identifier.truncate(32))
|