Sha256: 85ac8a7ee513eb4e5db35e5fb00d197012ae60a1ff0dd903f08d78d8629544fa

Contents?: true

Size: 606 Bytes

Versions: 6

Compression:

Stored size: 606 Bytes

Contents

<script type="text/ng-template" id="promethee/components/table/edit/move">
  <%= render 'promethee/edit/move.header', type: 'table' %>
      <div class="table-responsive">
        <table class="table">
          <thead>
            <tr>
              <th ng-repeat="th in component.attributes.head">{{th.searchable_text}}</th>
            </tr>
          </thead>
          <tbody>
            <tr ng-repeat="tr in component.attributes.body">
              <td ng-repeat="td in tr">{{td.searchable_text}}</td>
            </tr>
          </tbody>
        </table>
      </div>
    </div>
  </div>
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
promethee-1.11.5 app/views/promethee/components/table/_edit.move.html.erb
promethee-1.11.4 app/views/promethee/components/table/_edit.move.html.erb
promethee-1.11.3 app/views/promethee/components/table/_edit.move.html.erb
promethee-1.11.2 app/views/promethee/components/table/_edit.move.html.erb
promethee-1.11.1 app/views/promethee/components/table/_edit.move.html.erb
promethee-1.11.0 app/views/promethee/components/table/_edit.move.html.erb