Sha256: d6a7be1ad722c0bc288827273a23e0ea0a7bec1efc37ff867a8359c746db76ea

Contents?: true

Size: 701 Bytes

Versions: 47

Compression:

Stored size: 701 Bytes

Contents

<script type="text/ng-template" id="promethee/components/page/edit/move">
  <div ng-click="inspect(component, $event)"
      ng-class="{'promethee-edit__component--selected': promethee.inspected === component}"
      class="<%= promethee_bem_classes 'promethee-edit__component', "--page" %>">
    <div class="promethee-edit__component__inner">
      <div class="header">Page</div>

      <div class="promethee-edit__move__columns">
        <div class="row">
          <% 12.times do %>
            <div class="col col-md-1"><div class="color"></div></div>
          <% end %>
        </div>
      </div>

      <ng-include src="'promethee/move/components'"></ng-include>
    </div>
  </div>
</script>

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
promethee-1.4.29 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.28 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.27 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.26 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.25 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.24 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.23 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.22 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.21 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.20 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.19 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.18 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.17 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.16 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.15 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.14 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.13 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.12 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.11 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.4.10 app/views/promethee/components/page/_edit.move.html.erb