Retrospring/app/views/discover/_tab_most.haml

4 lines
161 B
Plaintext
Raw Normal View History

2020-05-10 04:37:08 -07:00
.tab-pane.fade{ role: 'tabpanel', id: 'answered' }
- answered.each do |user|
= render 'discover/userbox', u: user.user, type: 'most', a: user.answer_count