Sha256: df600d8f1c02fc8a607a7c32c0e8e76b5b3e181f2eb9133bdad525b69d26268c

Contents?: true

Size: 406 Bytes

Versions: 13

Compression:

Stored size: 406 Bytes

Contents

#surveyor
  #header
    .title= t ('surveyor.take_these_surveys')
  %br
  #survey_list
    %ul
      - unless @surveys.empty?
        - @surveys.each do |survey|
          %li
            - form_tag(take_survey_path(:survey_code => survey.access_code)) do 
              = survey.title
               
              = submit_tag( t ('surveyor.take_it') )
      - else
        %li
          No surveys

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
surveyor-0.18.2 app/views/surveyor/new.html.haml
surveyor-0.18.1 app/views/surveyor/new.html.haml
surveyor-0.18.0 app/views/surveyor/new.html.haml
surveyor-0.17.0 app/views/surveyor/new.html.haml
surveyor-0.16.1 app/views/surveyor/new.html.haml
surveyor-0.16.0 app/views/surveyor/new.html.haml
surveyor-0.15.0 app/views/surveyor/new.html.haml
surveyor-0.14.5 app/views/surveyor/new.html.haml
surveyor-0.14.4 app/views/surveyor/new.html.haml
surveyor-0.14.3 app/views/surveyor/new.html.haml
surveyor-0.14.2 app/views/surveyor/new.html.haml
surveyor-0.14.1 app/views/surveyor/new.html.haml
surveyor-0.14.0 app/views/surveyor/new.html.haml