Sha256: fb53cbcdbf125d2403c707c74b6de80df9c231e95432cd5096096b46142c6b74

Contents?: true

Size: 482 Bytes

Versions: 6

Compression:

Stored size: 482 Bytes

Contents

%tr.report_data.report_data_display
  %td
  %td
  %td
    %table
      %tr{:style => "font-weight:bold;"}
        %td User Id
        %td Response
      - @responses.where(:question_id => q.id).each do |r|
        %tr
          %td= r.response_set.report_user_name
          %td
            - 5.times.each do |index|
              %input{name: "star#{'d1'+r.id.to_s}", type: "radio", class: "star", disabled: "disabled", checked:  ( (index+1)== r.integer_value ? "checked" : nil )}

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 app/views/surveyor_gui/shared/_stars_report_data.html.haml
upgrade_surveyor_gui-0.1.2 app/views/surveyor_gui/shared/_stars_report_data.html.haml
surveyor_gui-0.1.2 app/views/surveyor_gui/shared/_stars_report_data.html.haml
surveyor_gui-0.1.1 app/views/surveyor_gui/shared/_stars_report_data.html.haml
surveyor_gui-0.1.0 app/views/surveyor_gui/shared/_stars_report_data.html.haml
surveyor_gui-0.0.3 app/views/surveyor_gui/shared/_stars_report_data.html.haml