Sha256: b008733ce65c32d00ce16cbef38d23c171a85bf39b61ef4e60d3c547f09cb5d2

Contents?: true

Size: 821 Bytes

Versions: 13

Compression:

Stored size: 821 Bytes

Contents

<script type="text/ng-template" id="promethee/components/image/edit/inspect">

  <promethee-uploader ng-model="promethee.inspected.attributes.image.value" label="Image" limits="'.jpg,.jpeg,.png,.gif'"></promethee-uploader>

  <div class="form-group">
    <label class="label-control">Caption</label>
    <input class="form-control" ng-model="promethee.inspected.attributes.caption.value">
  </div>

  <%= render 'promethee/edit/inspect.advanced' %>
    <div class="form-group">
      <label class="label-control">Alt</label>
      <input class="form-control" ng-model="promethee.inspected.attributes.alt.value">
    </div>

    <div class="form-group">
      <label class="label-control">Title</label>
      <input class="form-control" ng-model="promethee.inspected.attributes.title.value">
    </div>
  </div>
</script>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
promethee-4.1.28 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.27 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.26 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.25 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.24 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.23 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.22 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.21 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.20 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.19 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.18 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.17 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-4.1.16 app/views/promethee/components/image/_edit.inspect.html.erb