Sha256: 368a52057916798d1fec85f74ccb7e2e06791bd71f701c21a8376dd3120cb259

Contents?: true

Size: 398 Bytes

Versions: 8

Compression:

Stored size: 398 Bytes

Contents

<script type="text/ng-template" id="promethee/components/faq/edit/move">
  <%= render 'promethee/edit/move.header', type: 'faq' %>
      <div class="header">FAQ</div>
      <div ng-init="components = component.children">
        <div ng-repeat="component in components">
          <ng-include src="'promethee/move/component'"></ng-include>
        </div>
      </div>
    </div>
  </div>
</script>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
promethee-1.10.4 app/views/promethee/components/faq/_edit.move.html.erb
promethee-1.10.3 app/views/promethee/components/faq/_edit.move.html.erb
promethee-1.10.2 app/views/promethee/components/faq/_edit.move.html.erb
promethee-1.10.1 app/views/promethee/components/faq/_edit.move.html.erb
promethee-1.10.0 app/views/promethee/components/faq/_edit.move.html.erb
promethee-1.9.0 app/views/promethee/components/faq/_edit.move.html.erb
promethee-1.8.4 app/views/promethee/components/faq/_edit.move.html.erb
promethee-1.8.3 app/views/promethee/components/faq/_edit.move.html.erb