app/views/promethee/components/column/_edit.move.html.erb in promethee-1.8.0 vs app/views/promethee/components/column/_edit.move.html.erb in promethee-1.8.1
- old
+ new
@@ -2,9 +2,10 @@
<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}}
+ offset-md-{{component.attributes.offset}}
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>