Sha256: e23c8ec71d1ba5a9ad46d938231923b03498705ecc979d2118dbcdb1a17dec18

Contents?: true

Size: 1.19 KB

Versions: 23

Compression:

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

    <div class="row" ng-show="component.master.attributes.alt">
      <div class="col-md-6">
        <b>Alt</b>
        <p>{{component.master.attributes.alt}}</p>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <label class="label-control">Alt</label>
          <input class="form-control" ng-model="component.attributes.alt" type="text">
        </div>
      </div>
    </div>

    <div class="row" ng-show="component.master.attributes.caption">
      <div class="col-md-6">
        <b>Description</b>
        <p>{{component.master.attributes.caption}}</p>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <label class="label-control">Description</label>
          <input class="form-control" ng-model="component.attributes.caption" type="text">
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
promethee-1.5.3 app/views/promethee/components/image/_localize.html.erb
promethee-1.5.2 app/views/promethee/components/image/_localize.html.erb
promethee-1.5.0 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.29 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.28 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.27 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.26 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.25 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.24 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.23 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.22 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.21 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.20 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.19 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.18 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.17 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.16 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.15 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.14 app/views/promethee/components/image/_localize.html.erb
promethee-1.4.13 app/views/promethee/components/image/_localize.html.erb