Sha256: a0641a6e377d537773f648a10b50d02b7cab933f26e0d8b007b67f8654f5b56c

Contents?: true

Size: 665 Bytes

Versions: 8

Compression:

Stored size: 665 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="/promethee/blob/{{component.attributes.image.id}}" class="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

8 entries across 8 versions & 1 rubygems

Version Path
promethee-1.6.47 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.6.46 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.6.45 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.6.44 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.6.43 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.6.42 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.6.41 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-1.6.40 app/views/promethee/components/faq_item/_edit.move.html.erb