Sha256: b7332ed47f6d9ff0f5028d3bbfed66d76541a00af04cf91b86937f0be0e8322b

Contents?: true

Size: 706 Bytes

Versions: 42

Compression:

Stored size: 706 Bytes

Contents

<div class="bst-edit">
  <div class="value" ng-class="{ 'editable' : !readonly }" ng-click="edit()" ng-hide="editMode || workingMode">
    <span class="fr" ng-hide="editMode || readonly">
      <i class="fa fa-edit inline-icon"></i>
      <i class="fa fa-remove inline-icon" ng-click="delete($event)" ng-show="deletable"></i>
    </span>
    <span class="editable-value">{{ displayValue }}</span>
  </div>

  <span ng-switch on="buttonConfig">
    <div ng-switch-when="addRemove">
      <div ng-include="'components/views/bst-edit-add-remove-cancel.html'"></div>
    </div>
    <div ng-switch-default>
      <div ng-include="'components/views/bst-edit-save-cancel.html'"></div>
    </div>
  </span>
</div>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
bastion-6.1.15 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.14 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.13 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.12 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.11 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.10 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.9 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.8 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.7 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.6 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.5 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.4 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.3 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.2 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-5.1.1 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.1 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.1.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-6.0.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-5.1.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-5.0.10 app/assets/javascripts/bastion/components/views/bst-edit.html