Sha256: 4b91b4019d855ee75bcff529291376a80c78eda103e5d003e51dc7ebb9dd448d

Contents?: true

Size: 729 Bytes

Versions: 38

Compression:

Stored size: 729 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.value.id">
        <img  ng-src="{{ component.attributes.image.value.id ? '/promethee/blob/' + component.attributes.image.value.id : '#' }}"
              class="img-fluid img-responsive">
        <figcaption ng-show="component.attributes.caption.value">
          {{component.attributes.caption.value}}
        </figcaption>
      </figure>
      <div  ng-hide="component.attributes.image.value.id">
        <p  ng-hide="editing"
            class="text-center text-empty">Click to set the image</p>
      </div>
    </div>
  </div>
</script>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
promethee-4.1.28 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.27 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.26 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.25 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.24 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.23 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.22 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.21 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.20 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.19 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.18 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.17 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.16 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.15 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.14 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.13 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.12 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.11 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.10 app/views/promethee/components/image/_edit.move.html.erb
promethee-4.1.9 app/views/promethee/components/image/_edit.move.html.erb