blob: 2cf70cbd015532c53dbf599d3bd850dc74bebfeb [file] [log] [blame]
= block_with_title :class=>'qlist qanda', :role=>'doc-qna'
dl.qanda
- items.each do |questions, answer|
- [*questions].each do |question|
dt.qanda-question =question.text
- unless answer.nil?
dd.qanda-answer
- if answer.text?
= html_tag_if answer.blocks?, :p
=answer.text
- if answer.blocks?
=answer.content