Sha256: c860b2410a4608433d982c0639ee01ab5e65b836b89b1cb38e1c316c2a2b2e5e

Contents?: true

Size: 704 Bytes

Versions: 55

Compression:

Stored size: 704 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 grid">
          <% 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

55 entries across 55 versions & 1 rubygems

Version Path
promethee-1.6.51 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.50 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.49 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.48 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.47 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.46 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.45 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.44 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.43 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.42 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.41 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.40 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.39 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.38 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.6.37 app/views/promethee/components/page/_edit.move.html.erb