Sha256: c3879519e5fead249e63e64d97e70508810b5ce71f499fb239831c0d1d755ce0

Contents?: true

Size: 720 Bytes

Versions: 2

Compression:

Stored size: 720 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-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-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

2 entries across 2 versions & 1 rubygems

Version Path
promethee-1.8.2 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.8.1 app/views/promethee/components/faq_item/_edit.move.html.erb