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

4 lines
161 B
Plaintext
Raw Normal View History

2022-07-29 11:09:33 -07:00
.tab-pane.fade{ role: :tabpanel, id: 'asked' }
- asked.each do |user|
= render 'discover/userbox', u: user.user, type: 'asked', value: user.question_count