Sha256: 7005fae582bd31ed53ca7d6125254762cdbcee5eae83e28b42e09e47de929a10

Contents?: true

Size: 843 Bytes

Versions: 38

Compression:

Stored size: 843 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 promethee-edit__faq_item__content{{ component.attributes.special_question.value ? '--special' : '' }}">
        <div class="col-9 col-xs-9">
          <h4>{{component.attributes.title.value}}</h4>
          <div ng-bind-html="component.attributes.body.value | htmlSafe"></div>
        </div>
        <div class="col-3 col-xs-3">
          <figure ng-show="component.attributes.image.value.id">
            <img ng-src="{{ component.attributes.image.value.id ? '/promethee/blob/' + component.attributes.image.value.id : '#' }}" class="img-fluid img-responsive">
          </figure>
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
promethee-4.1.28 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.27 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.26 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.25 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.24 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.23 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.22 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.21 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.20 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.19 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.18 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.17 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.16 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.15 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.14 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.13 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.12 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.11 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.10 app/views/promethee/components/faq_item/_edit.move.html.erb
promethee-4.1.9 app/views/promethee/components/faq_item/_edit.move.html.erb