Sha256: 77ba95ea5ebf10b52550a53bcf3b357ba40c59d38afdc273414c7c7a2c684a2f

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

%tr{:class => q.surveyresponse_class(@response_sets)}
  %td
     
  - if q.is_numbered? && !q.part_of_group?
    %td{colspan: "2", style: q.question_type_id==:label ? "font-weight: bold;" : "" }
      = @question_no.to_s + ") #{q.text}"
      - @question_no += 1
  - else
    %td
    %td{style: q.question_type_id==:label ? "font-weight: bold;" : "" }
      = q.text

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 app/views/surveyor_gui/shared/_question_number.html.haml
upgrade_surveyor_gui-0.1.2 app/views/surveyor_gui/shared/_question_number.html.haml
surveyor_gui-0.1.2 app/views/surveyor_gui/shared/_question_number.html.haml