[Groonga-commit] groonga/groonga-admin at ab23003 [master] Put badge inside to link

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 23 11:25:37 JST 2015


Kouhei Sutou	2015-11-23 11:25:37 +0900 (Mon, 23 Nov 2015)

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

  Message:
    Put badge inside to link

  Modified files:
    app/views/tables/search.html

  Modified: app/views/tables/search.html (+1 -1)
===================================================================
--- app/views/tables/search.html    2015-11-17 00:00:15 +0900 (09de6d6)
+++ app/views/tables/search.html    2015-11-23 11:25:37 +0900 (6842b0a)
@@ -75,8 +75,8 @@
               ng-repeat="record in drilldown.records track by $index">
             <a ng-click="selectDrilldown(drilldown.key, record._key)">
               {{record._key}}
+              <span class="badge">{{record._nsubrecs}}</span>
             </a>
-            <span class="badge">{{record._nsubrecs}}</span>
           </li>
         </ul>
       </div>
-------------- next part --------------
HTML����������������������������...
다운로드 



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