Sha256: 99acd8b1f6277e48892b28526b503d0ec1a3fa2a905ba785e96d0e3c516bf8ab

Contents?: true

Size: 618 Bytes

Versions: 7

Compression:

Stored size: 618 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-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.3.4 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.3.3 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.3.2 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.3.1 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.3.0 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.2.2 app/assets/javascripts/bastion/components/views/bst-alert.html
bastion-3.2.1 app/assets/javascripts/bastion/components/views/bst-alert.html