2020-05-10 01:02:04 -07:00
|
|
|
- type ||= nil
|
2022-01-03 13:23:21 -08:00
|
|
|
.card.questionbox{ data: { id: q.id } }
|
2023-01-15 04:06:54 -08:00
|
|
|
.card-body{ data: { controller: q.long? ? "collapse" : nil } }
|
2023-10-20 15:27:36 -07:00
|
|
|
= render QuestionComponent.new(question: q, hide_avatar: type == "discover" ? false : true, profile_question: true)
|