mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 04:34:03 +00:00
9 lines
160 B
Text
9 lines
160 B
Text
|
|
- @conference.questions.each do |q|
|
||
|
|
|
||
|
|
%b Q:
|
||
|
|
= q.title
|
||
|
|
|
||
|
|
%b A:
|
||
|
|
- registration.qanswers.where(:question_id => q.id).each do |qa|
|
||
|
|
= qa.answer.title
|
||
|
|
%br
|