Sha256: 94ea7e5dbaea572826f68bdae64f5059673d99540f1e8d63f8e36515be000c9c
Contents?: true
Size: 732 Bytes
Versions: 20
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-9 col-xs-9"> <h4>{{component.attributes.searchable_title}}</h4> <div ng-bind-html="component.attributes.searchable_body | htmlSafe"></div> </div> <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> </div> </div> </script>
Version data entries
20 entries across 20 versions & 1 rubygems