Sha256: 5f576ef1e488f8dc76ba239e7a84890adafbfa7a6f09b25ecaba171dfe4e0f54

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 Bytes

Contents

<script type="text/ng-template">
  <div class="modal-header">
    <i class="fa fa-remove close" ng-click="cancel()"></i>
    <h3>{{ modalHeader | translate }}</h3>
  </div>
  <div class="modal-body">
    <p>{{ modalBody | translate }}</p>
  </div>
  <div class="modal-footer">
    <button class="btn btn-danger" ng-click="ok()" translate>Remove</button>
    <button class="btn btn-default" ng-click="cancel()" translate>Cancel</button>
  </div>
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bastion-0.2.6 app/assets/javascripts/bastion/components/views/bst-modal.html
bastion-0.2.5 app/assets/javascripts/bastion/components/views/bst-modal.html
bastion-0.2.3 app/assets/javascripts/bastion/components/views/bst-modal.html
bastion-0.2.2 app/assets/javascripts/bastion/components/views/bst-modal.html
bastion-0.2.1 app/assets/javascripts/bastion/components/views/bst-modal.html
bastion-0.2.0 app/assets/javascripts/bastion/components/views/bst-modal.html