retrospring/app/views/discover/tab/_asked.html.haml
2022-10-25 20:10:31 +02:00

3 lines
161 B
Text

.tab-pane.fade{ role: :tabpanel, id: "asked" }
- asked.each do |user|
= render "discover/userbox", u: user.user, type: "asked", value: user.question_count