Sha256: 679892609b500be9449ec811d1af02b33b38d38e0170cfdf27061a1ee882a969

Contents?: true

Size: 705 Bytes

Versions: 30

Compression:

Stored size: 705 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-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

30 entries across 30 versions & 1 rubygems

Version Path
promethee-1.8.0 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.12 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.11 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.10 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.9 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.8 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.7 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.6 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.5 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.4 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.3 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.2 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.1 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.7.0 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.63 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.62 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.61 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.60 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.59 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.58 app/views/promethee/components/image/_edit.move.html.erb