Sha256: c7a6834df97857aca40bb29b7a2c39f7e9cbb9a0157dfa65d2bfd22885d086c9

Contents?: true

Size: 1.25 KB

Versions: 54

Compression:

Stored size: 1.25 KB

Contents

<script type="text/ng-template" id="promethee/components/row/edit/move">
  <%= render 'promethee/edit/move.header', type: 'row' %>
  <div class="header">Row</div>
  <div class="row">
    <div class="row__background row__background--color" ng-style="{'background': component.attributes.bgcolor}"></div>

    <div ng-repeat="background in component.attributes.backgrounds"
         class="row__background"
         style="
         background-image:url('{{ background.image.id ? '/promethee/blob/' + background.image.id : '' }}');
             background-position:{{ background.posh+' '+background.posv }};
             background-size: {{background.size}}" >
    </div>

    <ng-include src="'promethee/components/row/edit/move/columns'"></ng-include>

  </div>
  </div>
  </div>
</script>

<% # Scope of components must be local, so the row can be removed from its parent components %>
<script type="text/ng-template" id="promethee/components/row/edit/move/columns">
  <div ng-init="components = component.children" class="row__children">
    <div  ng-repeat="component in components"
          class="<%= promethee_bem_classes 'promethee-edit__move__draggable', '--{{component.type}}' %>">
      <ng-include src="'promethee/move/component'"></ng-include>
    </div>
  </div>
</script>

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
promethee-1.8.1 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.8.0 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.12 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.11 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.10 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.9 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.8 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.7 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.6 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.5 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.4 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.3 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.2 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.1 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.7.0 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.63 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.62 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.61 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.60 app/views/promethee/components/row/_edit.move.html.erb
promethee-1.6.59 app/views/promethee/components/row/_edit.move.html.erb