Sha256: 514e0d20a7e06ffeac6bafff9d24859a22b2b04de7190071cff6be283993aeaa

Contents?: true

Size: 538 Bytes

Versions: 79

Compression:

Stored size: 538 Bytes

Contents

= card('Agreements') do
  %table.table
    %tbody
      %tr
        %th Read all contents and agreements
        %td= cpd_statement.confirm_read ? 'Yes' : 'No'

      %tr
        %th Declared all information factual
        %td= cpd_statement.confirm_factual ? 'Yes' : 'No'

      %tr
        %th Attachments
        %td
          - if cpd_statement.files.blank?
            None
          - else
            %ul
              - cpd_statement.files.each do |file|
                = link_to(file.filename, url_for(file), target: '_blank')

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
effective_cpd-1.6.4 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.6.3 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.6.2 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.6.1 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.6.0 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.5.1 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.5.0 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.8 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.7 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.6 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.5 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.4 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.3 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.2 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.1 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-0.6.9 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.4.0 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.3.7 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.3.6 app/views/effective/cpd_statements/_agreements.html.haml
effective_cpd-1.3.5 app/views/effective/cpd_statements/_agreements.html.haml