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.9.0 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.8.4 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.8.3 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.8.2 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.8.1 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.8.0 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.12 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.11 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.10 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.9 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.8 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.7 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.6 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.5 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.4 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.3 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.2 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.1 app/views/promethee/components/collection_item/_localize.html.erb
promethee-1.7.0 app/views/promethee/components/collection_item/_localize.html.erb