Sha256: dece326bfa3b478b0dc00f4d19ccbc1e13167fc8be6fed071a763f6570bcd10e

Contents?: true

Size: 1.11 KB

Versions: 17

Compression:

Stored size: 1.11 KB

Contents

<script type="text/ng-template" id="promethee/components/collection_item/localize">
  <div ng-show="master.attributes.searchable_caption !== '' || master.attributes.media_type == 'video'">
    <hr>

    <div class="row" ng-show="master.attributes.searchable_caption !== ''">
      <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 class="row" ng-show="master.attributes.media_type == 'video'">
      <div class="col-md-6">
        <b>Video URL</b>
        <div ng-bind-html="master.attributes.video.url | htmlSafe"></div>
      </div>
      <div class="col-md-6">
        <label class="label-control">Video URL</label>
        <input class="form-control" ng-model="component.attributes.video.url" type="text">
      </div>
    </div>
  </div>
</script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
promethee-3.0.2 app/views/promethee/components/collection_item/_localize.html.erb
promethee-3.0.1 app/views/promethee/components/collection_item/_localize.html.erb
promethee-3.0.0 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.1.3 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.1.2 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.1.1 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.1.0 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.9 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.8 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.7 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.6 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.5 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.4 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.3 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.2 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.1 app/views/promethee/components/collection_item/_localize.html.erb
promethee-2.0.0 app/views/promethee/components/collection_item/_localize.html.erb