Sha256: cd448e712f3b82efe4269baecbc3f8ed2d29eccea176bf8a1af830217bb00c5e

Contents?: true

Size: 646 Bytes

Versions: 7

Compression:

Stored size: 646 Bytes

Contents

<div class="alert" ng-class='"alert-" + (type || "warning")' ng-mouseover="cancelFade()">
  <button ng-show="closeable" type="button" class="close" aria-hidden="true" ng-click="close()">
    <span class="pficon pficon-close"></span>
  </button>
  <span class="pficon-layered">
      <span ng-show="type === 'danger'" class="pficon pficon-error-circle-o"></span>

      <span ng-show="type === 'warning'" class="pficon pficon-warning-circle-o"></span>

      <span ng-show="type === 'info'" class="pficon pficon-info"></span>

      <span ng-show="type === 'success'" class="pficon pficon-ok"></span>
  </span>

  <div ng-transclude></div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bastion-3.4.4 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.4.3 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.4.2 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.4.1 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.4.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.3.6 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.3.5 app/assets/javascripts/bastion/components/views/bst-alert.html