Sha256: 647611c1e20ed4ab1dd3ddfb3f7bbd3d832946b367751fa9ea38b2d94075837e

Contents?: true

Size: 659 Bytes

Versions: 5

Compression:

Stored size: 659 Bytes

Contents

.column2
  .shadebox.round
    #survey_response
      %h1.round_top
        = @title
      %br
      - if @response_sets.where(test_data: false).empty?
        %br
        Sorry, no responses available yet.  Ask some people to take the survey.
        %br
      - else
        %table
          %tr
            %th User
            %th Action
          - @response_sets.where(test_data: false).each do |response_set|
            %tr
              %td
                = response_set.report_user_name
              %td
                = link_to "Response", response_path(response_set)
      %br
      %p
        = link_to "Manage Surveys", surveyforms_path

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 app/views/surveyor_gui/responses/index.html.haml
upgrade_surveyor_gui-0.1.2 app/views/surveyor_gui/responses/index.html.haml
surveyor_gui-0.1.2 app/views/surveyor_gui/responses/index.html.haml
surveyor_gui-0.1.1 app/views/surveyor_gui/responses/index.html.haml
surveyor_gui-0.1.0 app/views/surveyor_gui/responses/index.html.haml