Sha256: a4f9c1095d5ce9905874385cae125896574f80f7464e30d13cc9ec467851b927
Contents?: true
Size: 715 Bytes
Versions: 62
Compression:
Stored size: 715 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-fluid 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
62 entries across 62 versions & 1 rubygems