retrospring/app/views/discover/_tab_asked.haml
2020-05-11 19:40:44 +02:00

3 lines
158 B
Text

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