Sha256: 657c89797a041ff6931939b300c037f32b9eb0a1f99307360a5649f996a74f7f

Contents?: true

Size: 483 Bytes

Versions: 17

Compression:

Stored size: 483 Bytes

Contents

<script type="text/ng-template" id="promethee/components/text/localize">
  <div ng-show="master.attributes.body.value">
    <hr>
    <div class="row">
      <div class="col-md-6">
        <b>Text</b>
        <div ng-bind-html="master.attributes.body.value | htmlSafe"></div>
      </div>
      <div class="col-md-6">
        <b>Text</b>
        <summernote config="summernoteConfig" ng-model="component.attributes.body.value"></summernote>
      </div>
    </div>
  </div>
</script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
promethee-4.1.7 app/views/promethee/components/text/_localize.html.erb
promethee-4.1.6 app/views/promethee/components/text/_localize.html.erb
promethee-4.1.5 app/views/promethee/components/text/_localize.html.erb
promethee-4.1.4 app/views/promethee/components/text/_localize.html.erb
promethee-4.1.3 app/views/promethee/components/text/_localize.html.erb
promethee-4.1.2 app/views/promethee/components/text/_localize.html.erb
promethee-4.1.1 app/views/promethee/components/text/_localize.html.erb
promethee-4.1.0 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.8 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.7 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.6 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.5 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.4 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.3 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.2 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.1 app/views/promethee/components/text/_localize.html.erb
promethee-4.0.0 app/views/promethee/components/text/_localize.html.erb