Sha256: d9817ae2c006f00255664e236941ca90c6520b64a2c48cd321a01b43ce41279f

Contents?: true

Size: 732 Bytes

Versions: 5

Compression:

Stored size: 732 Bytes

Contents

<script type="text/ng-template" id="promethee/components/faq_item/edit/move">
  <%= render 'promethee/edit/move.header', type: 'faq_item' %>
      <div class="header">FAQ Item</div>
      <div class="row">
        <div class="col-3 col-xs-3">
          <figure ng-show="component.attributes.image.id">
            <img ng-src="{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '#' }}" class="img-fluid img-responsive">
          </figure>
        </div>
        <div class="col-9 col-xs-9">
          <h4>{{component.attributes.searchable_title}}</h4>
          <div ng-bind-html="component.attributes.searchable_body | htmlSafe"></div>
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
promethee-1.10.2 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.10.1 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.10.0 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.9.0 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.8.4 app/views/promethee/components/faq_item/_edit.move.html.erb