Sha256: eb038561e591219d30658ab3325d3c0be77ac188b26e6a51832bdd496b66735e

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 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>

      <div  ng-click="inspect(component, $event)"
            ng-class="{'promethee-edit__component--selected': promethee.inspected === component}"
            ng-repeat="component in component.children"
            class=" <%= promethee_bem_classes 'promethee-edit__component', "--column" %>
                    col
                    col-md-{{component.attributes.size}}
                    offset-md-{{component.attributes.offset}}
                    col-md-offset-{{component.attributes.offset}}">
        <div class="promethee-edit__component__inner">
          <%= render 'promethee/edit/move.remove' %>
            <div class="header">Column {{$index + 1}}</div>
            <ng-include src="'promethee/move/components'"></ng-include>
            </div>
          </div>
        </div>
      </div>

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
promethee-1.8.2 app/views/promethee/components/row/_edit.move.html.erb