[Groonga-commit] groonga/groonga-admin at 0ca73f8 [master] top: add missing container

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 23:16:53 JST 2014


Kouhei Sutou	2014-12-31 23:16:53 +0900 (Wed, 31 Dec 2014)

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

  Message:
    top: add missing container

  Modified files:
    app/views/top.html

  Modified: app/views/top.html (+7 -4)
===================================================================
--- app/views/top.html    2014-12-31 23:16:29 +0900 (635b80c)
+++ app/views/top.html    2014-12-31 23:16:53 +0900 (fd9a6c6)
@@ -2,16 +2,19 @@
   <ol class="breadcrumb">
     <li class="active"><a href="#/">Top</a></li>
   </ol>
-  <h2>Tables</h2>
-  <div class="list-group">
-    <div ng-repeat="table in tables track by $index"
-         class="list-group-item">
+
+  <div class="content">
+    <h2>Tables</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>
-------------- next part --------------
HTML����������������������������...
Download 



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