Sha256: 33528ed43531becf63b5126aedbd02430c391e3c00012e30494c3bb25ed9e3f4

Contents?: true

Size: 802 Bytes

Versions: 10

Compression:

Stored size: 802 Bytes

Contents

<script type="text/ng-template" id="promethee/components/image/edit/inspect">
  <div class="form-group">
    <label class="label-control">Url</label>
    <input class="form-control" ng-model="promethee.inspected.attributes.src">
  </div>

  <div class="form-group">
    <label class="label-control">Alt</label>
    <input class="form-control" ng-model="promethee.inspected.attributes.alt">
  </div>

  <div class="form-group">
    <label class="label-control">Caption</label>
    <summernote config="{
      disableDragAndDrop: true,
      toolbar: [
        ['headline', ['style']],
        ['style', ['bold', 'italic']],
        ['alignment', ['ul', 'ol', 'paragraph']],
        ['code', ['codeview']]
      ]
    }" ng-model="promethee.inspected.attributes.caption"></summernote>
  </div>
</script>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
promethee-1.2.25 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.24 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.23 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.22 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.21 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.20 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.19 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.18 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.17 app/views/promethee/components/image/_edit.inspect.html.erb
promethee-1.2.16 app/views/promethee/components/image/_edit.inspect.html.erb