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.10.8 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.7 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.6 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.5 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.4 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.3 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.2 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.1 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.10.0 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.9.0 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.8.4 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.8.3 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.8.2 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.8.1 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.8.0 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.7.12 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.7.11 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.7.10 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.7.9 app/views/promethee/components/page/_edit.move.html.erb
promethee-1.7.8 app/views/promethee/components/page/_edit.move.html.erb