Retrospring/app/views/discover/tab/_most.haml

4 lines
164 B
Plaintext
Raw Normal View History

2022-07-29 11:16:03 -07:00
.tab-pane.fade{ role: :tabpanel, id: "answered" }
2022-07-29 11:09:33 -07:00
- answered.each do |user|
2022-07-29 11:16:03 -07:00
= render "discover/userbox", u: user.user, type: "most", value: user.answer_count