[Groonga-commit] groonga/groonga-admin at c91d2c0 [master] top: add more links

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 17:15:18 JST 2014


Kouhei Sutou	2014-12-31 17:15:18 +0900 (Wed, 31 Dec 2014)

  New Revision: c91d2c0e2040773510abe9b685360d1bf5c129f3
  https://github.com/groonga/groonga-admin/commit/c91d2c0e2040773510abe9b685360d1bf5c129f3

  Message:
    top: add more links

  Modified files:
    app/views/top.html

  Modified: app/views/top.html (+10 -4)
===================================================================
--- app/views/top.html    2014-12-31 17:06:22 +0900 (c510311)
+++ app/views/top.html    2014-12-31 17:15:18 +0900 (635b80c)
@@ -1,11 +1,17 @@
 <div class="container-fluid" ng-controller="TopController">
   <ol class="breadcrumb">
-    <li class="active">Top</li>
+    <li class="active"><a href="#/">Top</a></li>
   </ol>
   <h2>Tables</h2>
   <div class="list-group">
-    <a ng-repeat="table in tables track by $index"
-       class="list-group-item"
-       href="#/tables/{{table.name}}/search">{{table.name}}</a>
+    <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>
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index