Sha256: 481c4be36db7491afc39878be4a7914a0a36c3c3799e9e64f3628330e572cd19

Contents?: true

Size: 347 Bytes

Versions: 37

Compression:

Stored size: 347 Bytes

Contents

= wizard_card(cpd_audit_review) do
  %table.table
    %tbody
      %tr
        %th Files
        %td
          - if cpd_audit_review.cpd_audit.files.blank?
            None
          - else
            %ul
              - cpd_audit_review.cpd_audit.files.each do |file|
                %li= link_to(file.filename, url_for(file), target: '_blank')

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
effective_cpd-1.7.2 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.7.1 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.7.0 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.6.5 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.6.4 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.6.3 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.6.2 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.6.1 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.6.0 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.5.1 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.5.0 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.8 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.7 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.6 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.5 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.4 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.3 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.2 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.1 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.4.0 app/views/effective/cpd_audit_reviews/_files.html.haml