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

4 lines
116 B
Text
Raw Normal View History

2022-07-29 20:16:03 +02:00
.tab-pane.active.fade.show{ role: :tabpanel, id: "answers" }
2020-05-10 13:37:08 +02:00
- answers.each do |a|
2022-07-29 20:16:03 +02:00
= render "answerbox", a: a