Sha256: 679892609b500be9449ec811d1af02b33b38d38e0170cfdf27061a1ee882a969
Contents?: true
Size: 705 Bytes
Versions: 30
Compression:
Stored size: 705 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.id"> <img ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-responsive"> <figcaption ng-show="component.attributes.searchable_caption"> {{component.attributes.searchable_caption}} </figcaption> </figure> <div ng-hide="component.attributes.image.id"> <p ng-hide="editing" class="text-center text-empty">Click to set the image</p> </div> </div> </div> </script>
Version data entries
30 entries across 30 versions & 1 rubygems