Sha256: a5b3533b16053c67c41ab5a1aa722d52760db0efe3b4ce238722bbca1dd7ceee

Contents?: true

Size: 748 Bytes

Versions: 4

Compression:

Stored size: 748 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="/promethee/blob/{{component.attributes.image.id}}"
              class="img-responsive">
        <figcaption ng-show="component.attributes.caption">{{component.attributes.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>
      <pre class="hidden">{{component.attributes.search = (component.attributes.caption + ' ' + component.attributes.alt)}}</pre>
    </div>
  </div>
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
promethee-1.6.14 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.13 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.12 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.11 app/views/promethee/components/image/_edit.move.html.erb