Sha256: b297d4c189618603985ff64640e6b49d9cf6a0a783c86cfb72da260fb472e8f4
Contents?: true
Size: 415 Bytes
Versions: 1
Compression:
Stored size: 415 Bytes
Contents
.question %span.text= question.text %span.help= question.help_text = hidden_field_tag("responses[#{question.id}][question_id]", question.id) %ol.answers - question.answers.each do |answer| %li.answer =render(:partial => "/answer_display_types/#{answer.partial_name}", :locals => {:answer => answer, :response_obj => response_set.response_for(question.id, answer.id), :hide_label => true})
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
breakpointer-surveyor-0.2.0 | app/views/question_display_types/_group_default.html.haml |