Sha256: 3de48311e04eea8abed3a817b5e98294f7d4fbcba9505b2bdde127191a55b80c
Contents?: true
Size: 729 Bytes
Versions: 5
Compression:
Stored size: 729 Bytes
Contents
<script type="text/ng-template" id="promethee/components/image/edit/move"> <%= render 'promethee/edit/move_header', type: 'image' %> <figure ng-show="component.attributes.image.value.id"> <img ng-src="{{ component.attributes.image.value.id ? '/promethee/blob/' + component.attributes.image.value.id : '#' }}" class="img-fluid img-responsive"> <figcaption ng-show="component.attributes.caption.value"> {{component.attributes.caption.value}} </figcaption> </figure> <div ng-hide="component.attributes.image.value.id"> <p ng-hide="editing" class="text-center text-empty">Click to set the image</p> </div> </div> </div> </script>
Version data entries
5 entries across 5 versions & 1 rubygems