Sha256: 2bc0621c6f9bb25d5388cc86a7579fd2b48b6010f03e3d5e116c035fc8c0f3af

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

<script type="text/ng-template" id="promethee/components/image/localize">
  <div ng-show="component.master.attributes.alt || component.master.attributes.caption">
    <hr>
    <div class="row">
      <div class="col-md-6">
        <img ng-src="/promethee/blob/{{component.attributes.blob.id}}" class="img-responsive" />
        <div ng-show="component.master.attributes.alt">
          <b>Alt</b>
          <p>{{component.master.attributes.alt}}</p>
        </div>
        <div ng-show="component.master.attributes.caption">
          <b>Description</b>
          <p>{{component.master.attributes.caption}}</p>
        </div>
      </div>
      <div class="col-md-6">
        <div ng-show="component.attributes.alt">
          <b>Alt</b>
          <input ng-model="component.attributes.alt" type="text" class="form-control">
        </div>
        <div ng-show="component.attributes.caption">
          <b>Description</b>
          <input ng-model="component.attributes.caption" type="text" class="form-control">
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
promethee-1.4.9 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.8 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.7 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.6 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.5 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.4 app/views/promethee/components/image/_localize.html.erb