Sha256: 9b6ceb70d9e50bc169561514ed24f2e6b09592b70fe684e24753c5699b2fec95

Contents?: true

Size: 732 Bytes

Versions: 35

Compression:

Stored size: 732 Bytes

Contents

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

35 entries across 35 versions & 1 rubygems

Version Path
bastion-3.3.6 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.3.5 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.3.4 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.3.3 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.3.2 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.3.1 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.3.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.2.2 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.2.1 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.2.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.1.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.0.1 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-3.0.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-2.1.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-2.0.4 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-2.0.3 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-2.0.2 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-2.0.1 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-2.0.0 app/assets/javascripts/bastion/components/views/bst-edit.html
bastion-1.0.2 app/assets/javascripts/bastion/components/views/bst-edit.html