Sha256: 23ca8a2137fb6127afa6f3d55d91ae14ca234ba1e9aac2ba8e8edf993a1735b4

Contents?: true

Size: 1002 Bytes

Versions: 2

Compression:

Stored size: 1002 Bytes

Contents

<script type="text/ng-template" id="promethee/components/column/edit/move">
  <div  ng-click="inspect(component, $event)"
        ng-class="{'promethee-edit__component--selected': promethee.inspected === component}"
        class=" promethee-edit__component
                promethee-edit__component--column
                col 
                col-md-{{component.attributes.size}} 
                col-md-offset-{{component.attributes.offset}}">
    <div class="promethee-edit__component__inner">
      <%= render 'promethee/edit/move.close' %>
        <div class="header">Column</div>
        <ng-include src="'promethee/move/components'"></ng-include>
        <div 
          class=" promethee-edit__move__droppable
                  promethee-edit__move__droppable--row
                  promethee-edit__move__droppable--row--inside-column"
          droppable
          data-index="{{$index+1}}"
          data-type="{{type}}"
          >
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
promethee-1.3.1 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.0 app/views/promethee/components/column/_edit.move.html.erb