Sha256: 6f93a65b775a45d1ad96f0acad68453d7c75544232c2ba72bcbf2f54100affa1

Contents?: true

Size: 633 Bytes

Versions: 90

Compression:

Stored size: 633 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-controller="FaqMoveController">
        <div ng-repeat="component in components">
          <ng-include src="'promethee/move/component'"></ng-include>
        </div>
      </div>
    </div>
  </div>
</script>

<script>
  promethee.controller('FaqMoveController', ['$scope', function($scope) {
    $scope.parent_id = $scope.component.id;
    $scope.parent_type = $scope.component.type;
    $scope.components = $scope.component.children;
  }]);
</script>

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
promethee-4.1.28 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.27 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.26 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.25 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.24 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.23 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.22 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.21 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.20 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.19 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.18 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.17 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.16 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.15 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.14 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.13 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.12 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.11 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.10 app/views/promethee/components/faq/_edit.move.html.erb
promethee-4.1.9 app/views/promethee/components/faq/_edit.move.html.erb