Sha256: cd219306cbba51c47d6a9914ace49d84b306e28d775de6fc86f382faec005c18

Contents?: true

Size: 594 Bytes

Versions: 28

Compression:

Stored size: 594 Bytes

Contents

<div class="container-fluid" ng-controller="TopController">
  <ol class="breadcrumb">
    <li class="active"><a href="#/">Top</a></li>
  </ol>

  <div class="content">
    <h2><a href="#/tables/">Tables</a></h2>
    <div class="list-group">
      <div ng-repeat="table in tables track by $index"
           class="list-group-item">
      <a href="#/tables/{{table.name}}/search">
        <span class="badge">
          <span class="glyphicon glyphicon-search"></span>
        </span>
      </a>
      <a href="#/tables/{{table.name}}">{{table.name}}</a>
      </div>
    </div>
  </div>
</div>

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
rroonga-9.0.7-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-9.0.7-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-9.0.3-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-9.0.3-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-9.0.2-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-9.0.2-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-7.1.1-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-7.1.1-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-7.0.2-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-7.0.2-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.1.3-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.1.3-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.1.0-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.1.0-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.0.9-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.0.9-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.0.7-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.0.7-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.0.5-x64-mingw32 vendor/local/share/groonga/html/admin/views/top.html
rroonga-6.0.5-x86-mingw32 vendor/local/share/groonga/html/admin/views/top.html