Sha256: d8d18cd50aabc5ac553bed5e226f514c021f672213459489a23cba196697f4f6

Contents?: true

Size: 826 Bytes

Versions: 19

Compression:

Stored size: 826 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>
    </div>
  </div>
</script>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
promethee-1.4.29 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.28 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.27 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.26 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.25 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.24 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.23 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.22 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.21 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.20 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.19 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.18 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.17 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.16 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.15 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.14 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.13 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.12 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.4.11 app/views/promethee/components/image/_edit.move.html.erb