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

4 lines
132 B
Plaintext

.tab-pane.fade{ role: :tabpanel, id: "questions" }
- questions.each do |q|
= render "shared/question", q: q, type: "discover"