Sha256: fc79335083d4cba2424f580c037b0fb5854ade778b674ca5b9b672b8429fda73

Contents?: true

Size: 1006 Bytes

Versions: 76

Compression:

Stored size: 1006 Bytes

Contents

<script type="text/ng-template" id="promethee/components/blockquote/localize">
  <div ng-show="master.attributes.searchable_body">
    <hr>
    <div class="row">
      <div class="col-md-6">
        <b>Body</b>
        <div ng-bind-html="master.attributes.searchable_body | htmlSafe"></div>
      </div>
      <div class="col-md-6">
        <div class="form-group">
          <label class="label-control">Body</label>
          <summernote config="summernoteConfig" ng-model="component.attributes.searchable_body"></summernote>
        </div>
      </div>
    </div>
  </div>

  <div class="row" ng-show="master.attributes.searchable_author">
    <div class="col-md-6">
      <b>Author</b>
      <p>{{master.attributes.searchable_author}}</p>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label class="label-control">Author</label>
        <input class="form-control" ng-model="component.attributes.searchable_author" type="text">
      </div>
    </div>
  </div>
</script>

Version data entries

76 entries across 76 versions & 1 rubygems

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