Sha256: 7789512aa6ad785c13fbefb3bb4cab41ca3b754ea88d6928280aef4180da6923

Contents?: true

Size: 660 Bytes

Versions: 31

Compression:

Stored size: 660 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.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

31 entries across 31 versions & 1 rubygems

Version Path
promethee-1.6.47 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.46 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.45 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.44 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.43 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.42 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.41 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.40 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.39 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.38 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.37 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.36 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.35 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.34 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.33 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.32 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.31 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.30 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.29 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.28 app/views/promethee/components/image/_edit.move.html.erb