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.3.7 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.3.6 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.3.5 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.3.4 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.3.3 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.3.2 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.3.1 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.3.0 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.2.4 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.2.1 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.2.0 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.1.3 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.1.2 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.1.1 app/views/effective/cpd_audit_reviews/_files.html.haml
effective_cpd-1.1.0 app/views/effective/cpd_audit_reviews/_files.html.haml