Sha256: f501008d22a93acb30185f347c530f78ff2be7b483b86131fcd873faa122db2f

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

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_bem_classes '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.remove' %>
        <div class="header">Column {{$index + 1}}</div>
        <ng-include src="'promethee/move/components'"></ng-include>
        <pre class="hidden">{{component.attributes.search = concatenateChildrenSearch(component)}}</pre>
        <div
          droppable
          class=" <%= promethee_bem_classes 'promethee-edit__move__droppable', '--row', '--inside-column' %>"
          data-index="{{$index+1}}"
          data-id="{{parent_id}}"
          data-type="{{parent_type}}"
          >
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
promethee-1.6.14 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.13 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.12 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.11 app/views/promethee/components/column/_edit.move.html.erb