Sha256: 06531028cb6b2c7d80530622857bbbe2898105f007dfdf8673c13cd181998e0f

Contents?: true

Size: 1.05 KB

Versions: 14

Compression:

Stored size: 1.05 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</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

14 entries across 14 versions & 1 rubygems

Version Path
promethee-1.6.10 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.8 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.7 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.6 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.5 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.4 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.3 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.2 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.1 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.6.0 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.5.4 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.5.3 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.5.2 app/views/promethee/components/column/_edit.move.html.erb
promethee-1.5.0 app/views/promethee/components/column/_edit.move.html.erb