Sha256: da1e980f5616358b715d4b2cfe1504191c5223845a65b0daf9b3966a4514d1a2
Contents?: true
Size: 622 Bytes
Versions: 25
Compression:
Stored size: 622 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.src"> <img ng-src="{{component.attributes.src}}" class="img-responsive"> <figcaption ng-show="component.attributes.caption" ng-bind-html="component.attributes.caption | htmlSafe"></figcaption> </figure> <div ng-hide="component.attributes.src"> <p ng-hide="editing" class="text-center">Click to set the image</p> </div> </div> </div> </script>
Version data entries
25 entries across 25 versions & 1 rubygems