Sha256: 5d9fb24e542f8bf6375a16fc1914e9ab110d878e86e93ec197326cc739525346

Contents?: true

Size: 796 Bytes

Versions: 26

Compression:

Stored size: 796 Bytes

Contents

<div class="alert" ng-class='"alert-" + (type || "warning")'>
  <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-octagon"></span>
      <span ng-show="type === 'danger'" class="pficon pficon-error-exclamation"></span>

      <span ng-show="type === 'warning'" class="pficon pficon-warning-triangle"></span>
      <span ng-show="type === 'warning'" class="pficon pficon-warning-exclamation"></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

26 entries across 26 versions & 1 rubygems

Version Path
bastion-3.2.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.1.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.0.1 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.0.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-2.1.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-2.0.4 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-2.0.3 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-2.0.2 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-2.0.1 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-2.0.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-1.0.2 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-0.3.3 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-1.0.1 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-0.3.2 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-1.0.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-0.3.1 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-0.3.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-0.2.9 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-0.2.8 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-0.2.7 app/assets/javascripts/bastion/components/views/bst-alert.html