Sha256: 464ec08b3836b6f426c6a3ae51b9591c432ec4ceef14d5585b77c30c25b80de5

Contents?: true

Size: 970 Bytes

Versions: 12

Compression:

Stored size: 970 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.close' %>
        <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

12 entries across 12 versions & 1 rubygems

Version Path
promethee-1.3.15 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.13 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.12 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.11 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.10 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.9 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.7 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.6 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.5 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.4 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.3 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.3.2 app/views/promethee/components/column/_edit.move.html.erb