4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
|
.tab-pane.fade{ role: :tabpanel, id: 'asked' }
|
||
|
- asked.each do |user|
|
||
|
= render 'discover/userbox', u: user.user, type: 'asked', value: user.question_count
|