Sha256: 82b97c18a91ad8011aa24576c423b83563ba92fee9605e5f637d04af7e4b0b58

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

.show
  #js-modal-2.cc-button-flat-green-primary Modal w/ Exception

#js-modal-2-content.show.js-hidden
  .uc-modal.uc-modal-exception
    .row
      .uc-modal-header Required Information
      %hr.uc-modal-rule
    .row.uc-modal-content
      .type-body.gap-bottom
        The following fields are missing on
        %a.blue-link{href: "#"} Hungry Bear’s
        Profile:
      %ul.uc-modal-linked.uc-list-circle
        %li Race
        %li Hispanic or Latino Origin
        %li Active Military Dependent Statuses
        %li Living Arrangements
        %li Child Risk Factors
    .row.uc-modal-links
      .one.half.mobile.align-left
        %a.blue-link-clean{href: "#"} Edit Profile
      .one.half.mobile.align-right
        %a.blue-link-clean{href: "#"} Create an Exception
    .row.uc-modal-rule-wrapper
      .uc-rule-dotted
    .row.uc-modal-actions.align-center
      %a.js-close-modal.cc-button-flat-green-primary{href: "#"} OK

:javascript
  $("#js-modal-2").click(function() {
    var modal2 = new window.undercase.modal($("#js-modal-2-content"));
    modal2.open();
  });

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
undercase-0.2.57 app/views/undercase/patterns/_uc_modal_exception.html.haml
undercase-0.2.29 app/views/undercase/patterns/_uc_modal_exception.html.haml