Kouhei Sutou
null+****@clear*****
Tue Nov 4 21:58:04 JST 2014
Kouhei Sutou 2014-11-04 21:58:04 +0900 (Tue, 04 Nov 2014) New Revision: b0f7a8fab05307cbe56d5de260af8115a192a7ce https://github.com/groonga/groonga-admin/commit/b0f7a8fab05307cbe56d5de260af8115a192a7ce Message: Use breadcrumb Modified files: app/views/tables/search.html app/views/top.html Modified: app/views/tables/search.html (+6 -1) =================================================================== --- app/views/tables/search.html 2014-11-04 19:13:45 +0900 (df19bdc) +++ app/views/tables/search.html 2014-11-04 21:58:04 +0900 (528b25b) @@ -1,5 +1,10 @@ <div class="container-fluid" ng-controller="TableSearchController"> - <h1>Search</h1> + <ol class="breadcrumb"> + <li><a href="#">Top</a></li> + <li><a href="#/tables/">Tables</a></li> + <li><a href="#/tables/{{table}}">{{table}}</a></li> + <li class="active">Search</li> + </ol> <div class="alert alert-warning" ng-show="message.length > 0"> <p>{{message}}</p> </div> Modified: app/views/top.html (+4 -1) =================================================================== --- app/views/top.html 2014-11-04 19:13:45 +0900 (90856cb) +++ app/views/top.html 2014-11-04 21:58:04 +0900 (c510311) @@ -1,5 +1,8 @@ <div class="container-fluid" ng-controller="TopController"> - <h1>Tables</h1> + <ol class="breadcrumb"> + <li class="active">Top</li> + </ol> + <h2>Tables</h2> <div class="list-group"> <a ng-repeat="table in tables track by $index" class="list-group-item" -------------- next part -------------- HTML����������������������������...Download