Sha256: 494e6f6ac9b3ed696a1368fc41eb7147be40877599fcfa53a0c3c3f2d0228693

Contents?: true

Size: 745 Bytes

Versions: 32

Compression:

Stored size: 745 Bytes

Contents

- # don't use wizard_card here
= card(cpd_audit.wizard_step_title(step)) do
  %table.table
    %tbody
      %tr
        %th Exemption
        %td
          - if cpd_audit.was_exemption_requested?
            Yes, an exemption has been requested
          - else
            No exemption request

      - if cpd_audit.was_exemption_requested?
        %tr
          %th Reason
          %td= cpd_audit.exemption_request_reason

        %tr
          %th Status
          %td
            %span.badge.badge-secondary
              - if cpd_audit.exemption_requested?
                Requested
              - elsif cpd_audit.was_exemption_granted?
                Granted
              - elsif cpd_audit.was_exemption_denied?
                Denied

Version data entries

32 entries across 32 versions & 1 rubygems

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