[Groonga-commit] groonga/groonga-admin at 8c4422a [master] Reduce needless containers

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 23 10:47:42 JST 2014


Kouhei Sutou	2014-10-23 10:47:42 +0900 (Thu, 23 Oct 2014)

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

  Message:
    Reduce needless containers

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

  Modified: app/views/tables/search.html (+0 -4)
===================================================================
--- app/views/tables/search.html    2014-10-23 10:42:53 +0900 (caea4c9)
+++ app/views/tables/search.html    2014-10-23 10:47:42 +0900 (b457e7b)
@@ -3,13 +3,10 @@
   <div class="alert alert-warning" ng-show="message.length &gt; 0">
     <p>{{message}}</p>
   </div>
-  <div class="container">
     <p class="statistics">
       <span id="elapsed-time">{{elapsedTimeInMilliseconds | number : 3}}ms</span>
       <span id="n-total-records">({{nTotalRecords}})</span>
     </p>
-  </div>
-  <div class="container">
     <div class="table-responsive">
       <table class="search-result">
         <thead>
@@ -28,5 +25,4 @@
         </tbody>
       </table>
     </div>
-  </div>
 </div>
-------------- next part --------------
HTML����������������������������...
下载 



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