Sha256: da1e980f5616358b715d4b2cfe1504191c5223845a65b0daf9b3966a4514d1a2

Contents?: true

Size: 622 Bytes

Versions: 25

Compression:

Stored size: 622 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.src">
        <img  ng-src="{{component.attributes.src}}" 
              class="img-responsive">
        <figcaption ng-show="component.attributes.caption" 
                    ng-bind-html="component.attributes.caption | htmlSafe"></figcaption>
      </figure>
      <div  ng-hide="component.attributes.src">
        <p  ng-hide="editing" 
            class="text-center">Click to set the image</p>
      </div>
    </div>
  </div>
</script>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
promethee-1.3.26 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.25 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.24 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.23 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.22 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.21 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.20 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.19 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.18 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.17 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.16 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.15 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.13 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.12 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.11 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.10 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.9 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.7 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.6 app/views/promethee/components/image/_edit.move.html.erb
promethee-1.3.5 app/views/promethee/components/image/_edit.move.html.erb