[Groonga-commit] groonga/groonga-admin at 5c6882e [master] Remove needless container

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 27 15:44:43 JST 2014


Kouhei Sutou	2014-10-27 15:44:43 +0900 (Mon, 27 Oct 2014)

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

  Message:
    Remove needless container

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

  Modified: app/views/tables/search.html (+1 -3)
===================================================================
--- app/views/tables/search.html    2014-10-27 15:38:44 +0900 (3da4e8f)
+++ app/views/tables/search.html    2014-10-27 15:44:43 +0900 (7902985)
@@ -75,7 +75,5 @@
     </div>
   </div>
 
-  <div class="list-search-result" ng-show="style == 'json'">
-    <pre>{{rawData | json}}</pre>
-  </div>
+  <pre ng-show="style == 'json'">{{rawData | json}}</pre>
 </div>
-------------- next part --------------
HTML����������������������������...
Download 



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