Sha256: a0767384a67b333312ed54195a4c2fe2c049add595fcbab4fb70c98ab87a8be1

Contents?: true

Size: 971 Bytes

Versions: 33

Compression:

Stored size: 971 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_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</div>
        <ng-include src="'promethee/move/components'"></ng-include>
        <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

33 entries across 33 versions & 1 rubygems

Version Path
promethee-1.4.21 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.20 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.19 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.18 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.17 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.16 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.15 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.14 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.13 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.12 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.11 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.10 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.9 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.8 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.7 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.6 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.5 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.4 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.3 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.4.2 app/views/promethee/components/column/_edit.move.html.erb