Sha256: 7abe7b86b69254f8948860d272f57261c32b762ac827ca1c854bdbe7616f7d8b
Contents?: true
Size: 956 Bytes
Versions: 14
Compression:
Stored size: 956 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.blob.id"> <img ng-src="/promethee/blob/{{component.attributes.blob.id}}" ngf-drop="upload($file, component)" ngf-pattern="'.jpg,.jpeg,.png,.gif'" class="img-responsive"> <figcaption ng-show="component.attributes.caption">{{component.attributes.caption}}</figcaption> </figure> <div ng-hide="component.attributes.blob.id"> <p ng-hide="editing" ngf-drop="upload($file, component)" ngf-pattern="'.jpg,.jpeg,.png,.gif'" class="text-center text-empty">Click or drop file to set the image</p> </div> <pre class="hidden">{{component.attributes.search = (component.attributes.caption + ' ' + component.attributes.alt)}}</pre> </div> </div> </script>
Version data entries
14 entries across 14 versions & 1 rubygems