Sha256: 23c070d4278a17a8aa92a30b50bfd2f019de00c29e2c64eab3844fc7572b8cac

Contents?: true

Size: 1.27 KB

Versions: 47

Compression:

Stored size: 1.27 KB

Contents

<script type="text/ng-template" id="promethee/components/image/localize">
  <div ng-show="component.master.attributes.searchable_alt || component.master.attributes.searchable_caption">
    <hr>

    <div class="row">
      <div class="col-md-6">
        <img ng-src="/promethee/blob/{{component.attributes.image.id}}" class="img-responsive">
      </div>
    </div>

    <div class="row" ng-show="component.master.attributes.searchable_alt">
      <div class="col-md-6">
        <b>Alt</b>
        <p>{{component.master.attributes.searchable_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.searchable_alt" type="text">
        </div>
      </div>
    </div>

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

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
promethee-1.6.63 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.62 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.61 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.60 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.59 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.58 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.57 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.56 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.55 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.54 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.53 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.52 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.51 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.50 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.49 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.48 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.47 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.46 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.45 app/views/promethee/components/image/_localize.html.erb
promethee-1.6.44 app/views/promethee/components/image/_localize.html.erb