mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
9 lines
No EOL
160 B
Text
9 lines
No EOL
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 |