Sha256: ec9a388ec21bc1f03813619eae29d04ee5a06fcbec93b9c7dc42e71172797607

Contents?: true

Size: 694 Bytes

Versions: 6

Compression:

Stored size: 694 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"
            ngf-drop="upload($file, component)"
            ngf-pattern="'.jpg,.jpeg,.png,.gif'"
            style="background-image:url('{{'/promethee/blob/' + component.attributes.blob.id}}')">
        <hgroup>
          <h2 class="surtitle">{{component.attributes.surtitle}}</h2>
          <h1>{{component.attributes.title}}</h1>
          <h2 class="subtitle">{{component.attributes.subtitle}}</h2>
        </hgroup>
      </div>
    </div>
  </div>
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
promethee-1.4.10 app/views/promethee/components/cover/_edit.move.html.erb
promethee-1.4.9 app/views/promethee/components/cover/_edit.move.html.erb
promethee-1.4.8 app/views/promethee/components/cover/_edit.move.html.erb
promethee-1.4.7 app/views/promethee/components/cover/_edit.move.html.erb
promethee-1.4.6 app/views/promethee/components/cover/_edit.move.html.erb
promethee-1.4.5 app/views/promethee/components/cover/_edit.move.html.erb