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-1.11.6 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.11.5 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.11.4 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.11.3 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.11.2 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.11.1 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.11.0 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.9 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.8 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.7 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.6 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.5 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.4 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.3 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.2 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.1 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.10.0 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.9.0 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.8.4 app/views/promethee/components/blockquote/_localize.html.erb
promethee-1.8.3 app/views/promethee/components/blockquote/_localize.html.erb