retrospring/app/views/discover/tab/_questions.html.haml

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

4 lines
132 B
Text
Raw Normal View History

2022-07-29 20:16:03 +02:00
.tab-pane.fade{ role: :tabpanel, id: "questions" }
2020-05-10 13:37:08 +02:00
- questions.each do |q|
2022-07-29 20:16:03 +02:00
= render "shared/question", q: q, type: "discover"