harbor/static/resources/js/components/dismissable-alerts/dismissable-alerts.directive.html

4 lines
274 B
HTML
Raw Normal View History

<div ng-show="toggleAlert" class="alert alert-danger alert-dismissible alert-custom" role="alert">
<button type="button" class="close" ng-click="close()"><span aria-hidden="true">&times;</span></button>
<strong>// 'caution' | tr //</strong>&nbsp;&nbsp;//message//
</div>