Sha256: f7691ee042461224be21173e98337508f0ea548104530125d748386a828c5839

Contents?: true

Size: 667 Bytes

Versions: 9

Compression:

Stored size: 667 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.value.id ? '/promethee/blob/' + component.attributes.image.value.id : '' }}')">
        <hgroup>
          <h2 class="surtitle">{{component.attributes.surtitle.value}}</h2>
          <h1>{{component.attributes.title.value}}</h1>
          <h2 class="subtitle">{{component.attributes.subtitle.value}}</h2>
        </hgroup>
      </div>
    </div>
  </div>
</script>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
promethee-4.0.8 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.7 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.6 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.5 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.4 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.3 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.2 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.1 app/views/promethee/components/cover/_edit.move.html.erb
promethee-4.0.0 app/views/promethee/components/cover/_edit.move.html.erb