Retrospring/app/views/discover/_tab_questions.html.haml

4 lines
131 B
Plaintext
Raw Normal View History

2015-05-13 14:55:10 -07:00
.tab-pane.fade{role: "tabpanel", id: "questions"}
- questions.each do |q|
2015-05-13 15:45:01 -07:00
= render 'shared/question', q: q, type: "discover"