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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
161 B
Plaintext
Raw Normal View History

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