Sha256: 7abe7b86b69254f8948860d272f57261c32b762ac827ca1c854bdbe7616f7d8b

Contents?: true

Size: 956 Bytes

Versions: 14

Compression:

Stored size: 956 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.blob.id">
        <img  ng-src="/promethee/blob/{{component.attributes.blob.id}}"
              ngf-drop="upload($file, component)"
              ngf-pattern="'.jpg,.jpeg,.png,.gif'"
              class="img-responsive">
        <figcaption ng-show="component.attributes.caption">{{component.attributes.caption}}</figcaption>
      </figure>
      <div  ng-hide="component.attributes.blob.id">
        <p  ng-hide="editing"
            ngf-drop="upload($file, component)"
            ngf-pattern="'.jpg,.jpeg,.png,.gif'"
            class="text-center text-empty">Click or drop file 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

14 entries across 14 versions & 1 rubygems

Version Path
promethee-1.6.10 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.8 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.7 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.6 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.5 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.4 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.3 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.2 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.1 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.6.0 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.5.4 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.5.3 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.5.2 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.5.0 app/views/promethee/components/image/_edit.move.html.erb