Sha256: 6bd74d48d415210106ea35538b4d039ec83023d0adec9084305e43385fde1842

Contents?: true

Size: 318 Bytes

Versions: 1

Compression:

Stored size: 318 Bytes

Contents

%h1 {{ survey_title }}
%p {{ survey_description }}
%table
  %thead
    %tr
      %th Code
      %th Value
  %tbody
    {% for answer in survey_answers %}
    %tr
      %td {{ answer.code }}
      %td {{ answer.value }}
    {% endfor %}
  %tfoot
    %tr
      %td{ colspan: 2}
        {{ survey_answers.size }} answers

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
helena-0.3.3 app/views/helena/admin/versions/default_session_report.html.haml