Sha256: 8b84ef336a6b7a532cf84e2d760fc47ff56b20d6929509e8bb3994d3b5d7d901

Contents?: true

Size: 804 Bytes

Versions: 5

Compression:

Stored size: 804 Bytes

Contents

<div class="search">

  <div class="column-block">

    <h1>Tags</h1>

    <table id="tags-table" class="table table-condensed mobile-data">
      <thead>
      <tr>
        <th>Tag ID</th>
        <th>Object ID</th>
        <th>Object type</th>
        <th>Tag definition name</th>
      </tr>
      </thead>
      <tbody>
      <tr>
        <td colspan="1" class="dataTables_empty">Loading data from server</td>
      </tr>
      </tbody>
    </table>

  </div>

</div>

<%= javascript_tag do %>
$(document).ready(function() {
  $('#tags-table').dataTable({
    "dom": "<'row'<'col-md-6'l><'col-md-6'f>r>t<'row'<'col-md-6'i><'col-md-6'p>>",
    "pagingType": "full_numbers",
    "processing": true,
    "serverSide": true,
    "ajax": "<%= tags_pagination_path :format => :json %>"
  });
});
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
kaui-0.15.0 app/views/kaui/tags/index.html.erb
kaui-0.14.2 app/views/kaui/tags/index.html.erb
kaui-0.14.1 app/views/kaui/tags/index.html.erb
kaui-0.14.0 app/views/kaui/tags/index.html.erb
kaui-0.12.0 app/views/kaui/tags/index.html.erb