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

Version Path
promethee-3.0.2 app/views/promethee/components/image/_edit.move.html.erb
promethee-3.0.1 app/views/promethee/components/image/_edit.move.html.erb
promethee-3.0.0 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.1.3 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.1.2 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.1.1 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.1.0 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.9 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.8 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.7 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.6 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.5 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.4 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.3 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.2 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.1 app/views/promethee/components/image/_edit.move.html.erb
promethee-2.0.0 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.11.29 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.11.28 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.11.27 app/views/promethee/components/image/_edit.move.html.erb