Sha256: 57ecb1ab02a663b88ecf88e79d812fc604e863222ff055b59358fd6c56e291e5
Contents?: true
Size: 810 Bytes
Versions: 4
Compression:
Stored size: 810 Bytes
Contents
<script type="text/ng-template" id="promethee/components/cover/edit/move"> <%= render 'promethee/edit/move.header', type: 'cover' %> <div class=" promethee-edit__wrapper promethee-edit__cover-content" style="background-image:url('{{ component.attributes.image.id ? '/promethee/blob/' + component.attributes.image.id : '' }}')"> <hgroup> <h2 class="surtitle">{{component.attributes.surtitle}}</h2> <h1>{{component.attributes.title}}</h1> <h2 class="subtitle">{{component.attributes.subtitle}}</h2> </hgroup> <pre class="hidden">{{component.attributes.search = (component.attributes.title + ' ' + component.attributes.surtitle + ' ' + component.attributes.subtitle)}}</pre> </div> </div> </div> </script>
Version data entries
4 entries across 4 versions & 1 rubygems