mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 18:29:52 +01:00
4 lines
240 B
Text
4 lines
240 B
Text
- type ||= nil
|
|
.card.questionbox{ data: { id: q.id } }
|
|
.card-body{ data: { controller: q.long? ? "collapse" : nil } }
|
|
= render QuestionComponent.new(question: q, hide_avatar: type == "discover" ? false : true, profile_question: true)
|