Sha256: 48aee34b411e5a8b54ef5d65c4bb622307b6db3cd4ee5a05f98625ef6b236b65

Contents?: true

Size: 282 Bytes

Versions: 35

Compression:

Stored size: 282 Bytes

Contents

<div ng-repeat="type in types">
  <div bst-alert="{{type}}" ng-repeat="alert in alerts[type] track by $index" close="closeAlert(type, $index)">
    <span ng-if="alert.render" ng-bind-html="alert.message"></span>
    <span ng-if="!(alert.render)">{{ alert }}</span>
  </div>
</div>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
bastion-5.1.1 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.1.0 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.10 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.9 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.8 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.7 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.6 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.5 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.4 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.3 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.2 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.1 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-5.0.0 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-4.3.1 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-4.3.0 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-4.2.2 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-4.2.1 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-4.2.0 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-4.1.0 app/assets/javascripts/bastion/components/views/bst-alerts.html
bastion-4.0.0 app/assets/javascripts/bastion/components/views/bst-alerts.html