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