Sha256: 44e5fe30f670b73caadbb95923c60ea6c8caa9d771f33db3bf577c95fecf91b4

Contents?: true

Size: 1.12 KB

Versions: 22

Compression:

Stored size: 1.12 KB

Contents

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

    <div class="row" ng-show="master.attributes.caption.value || frozen_component.attributes.caption.value">
      <div class="col-md-6">
        <b>Collection Item Caption</b>
        <div class="promethee-edit__wrapper" ng-bind-html="master.attributes.caption.value | htmlSafe"></div>
      </div>
      <div class="col-md-6">
        <b>Collection Item Caption</b>
        <summernote config="summernoteConfig" ng-model="component.attributes.caption.value"></summernote>
      </div>
    </div>

    <div class="row" ng-show="master.attributes.media_type.value == 'video'">
      <div class="col-md-6">
        <b>Video URL</b>
        <div ng-bind-html="master.attributes.video.value | htmlSafe"></div>
      </div>
      <div class="col-md-6">
        <b>Video URL</b>
        <input class="form-control" ng-model="component.attributes.video.value" type="text">
      </div>
    </div>
  </div>
</script>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
promethee-5.0.0 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.28 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.27 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.26 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.25 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.24 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.23 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.22 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.21 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.20 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.19 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.18 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.17 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.16 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.15 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.14 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.13 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.12 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.11 app/views/promethee/components/collection_item/_localize.html.erb
promethee-4.1.10 app/views/promethee/components/collection_item/_localize.html.erb