mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 16:13:36 +01:00
4 lines
161 B
Text
4 lines
161 B
Text
|
.tab-pane.fade{ role: :tabpanel, id: 'asked' }
|
||
|
- asked.each do |user|
|
||
|
= render 'discover/userbox', u: user.user, type: 'asked', value: user.question_count
|