[Groonga-commit] groonga/groonga-admin at 0bd8241 [master] table show: add icon

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 17:16:01 JST 2014


Kouhei Sutou	2014-12-31 17:16:01 +0900 (Wed, 31 Dec 2014)

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

  Message:
    table show: add icon

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

  Modified: app/views/tables/show.html (+4 -1)
===================================================================
--- app/views/tables/show.html    2014-12-31 17:15:18 +0900 (9cb51fb)
+++ app/views/tables/show.html    2014-12-31 17:16:01 +0900 (98e5502)
@@ -13,7 +13,10 @@
       <div class="panel-body">
         <div class="list-group">
           <a class="list-group-item"
-             href="#/tables/{{table.name}}/search">Search</a>
+             href="#/tables/{{table.name}}/search">
+            <span class="glyphicon glyphicon-search"></span>
+            Search
+          </a>
         </div>
       </div>
     </div>
-------------- next part --------------
HTML����������������������������...
다운로드 



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