Sha256: 3c173e737637cf01b39098b3a7fabc2364c24943fd55691a966cda2394466353

Contents?: true

Size: 772 Bytes

Versions: 90

Compression:

Stored size: 772 Bytes

Contents

<script type="text/ng-template" id="promethee/components/faq/edit/inspect">
  <div class="form-group">
    <div class="btn btn-default btn-light" ng-click="addComponentByType('faq_item', promethee.inspected.children)">Add item</div>
    <div ng-show="promethee.inspected.children.length">
      <br><br>
      <label class="label-control">Drag the items below to reorder them:</label>
      <ul ui-sortable ng-model="promethee.inspected.children" class="list-unstyled">
        <li ng-repeat="item in promethee.inspected.children">
          <div>
            <%= icon('fa', 'bars') %> Item {{$index + 1}}
            <span class="label label-info" ng-click="promethee.inspected = item">Edit</span>
          </div>
        </li>
      </ul>
    </div>
  </div>
</script>

Version data entries

90 entries across 90 versions & 1 rubygems

Version Path
promethee-5.1.1 app/views/promethee/components/faq/_edit_inspect.html.erb
promethee-5.1.0 app/views/promethee/components/faq/_edit_inspect.html.erb
promethee-5.0.2 app/views/promethee/components/faq/_edit_inspect.html.erb
promethee-5.0.1 app/views/promethee/components/faq/_edit_inspect.html.erb
promethee-5.0.0 app/views/promethee/components/faq/_edit_inspect.html.erb
promethee-4.1.28 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.27 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.26 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.25 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.24 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.23 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.22 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.21 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.20 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.19 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.18 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.17 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.16 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.15 app/views/promethee/components/faq/_edit.inspect.html.erb
promethee-4.1.14 app/views/promethee/components/faq/_edit.inspect.html.erb