Sha256: 80383a2a5b8a090d1dbb48bd05c74488de4956b1a5ae84953955128bb8ee49c6

Contents?: true

Size: 625 Bytes

Versions: 59

Compression:

Stored size: 625 Bytes

Contents

<script type="text/ng-template" id="promethee/components/collection_item/localize">
  <div ng-show="master.attributes.searchable_caption !== ''">
    <hr>
    <div class="row">
      <div class="col-md-6">
        <b>Collection Item Caption</b>
        <div class="promethee-edit__wrapper" ng-bind-html="master.attributes.searchable_caption | htmlSafe"></div>
      </div>
      <div class="col-md-6">
        <label class="label-control">Collection Item Caption</label>
        <summernote config="summernoteConfig" ng-model="component.attributes.searchable_caption"></summernote>
      </div>
    </div>
  </div>
</script>

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
promethee-1.11.9 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.8 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.7 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.6 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.5 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.4 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.3 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.2 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.1 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.11.0 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.9 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.8 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.7 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.6 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.5 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.4 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.3 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.2 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.1 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.10.0 app/views/promethee/components/collection_item/_localize.html.erb