Sha256: a0b096a9f079fdfffaf462d44293ef7b4babccd010de0685ede6ad94293ca5b4
Contents?: true
Size: 710 Bytes
Versions: 30
Compression:
Stored size: 710 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-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
30 entries across 30 versions & 1 rubygems