Kouhei Sutou
null+****@clear*****
Sat Jan 3 17:21:52 JST 2015
Kouhei Sutou 2015-01-03 17:21:52 +0900 (Sat, 03 Jan 2015) New Revision: 1b39537faee0813eff397eaf8ad0d8b62e0a224c https://github.com/groonga/groonga-admin/commit/1b39537faee0813eff397eaf8ad0d8b62e0a224c Message: table show: add a link for a new column Modified files: app/views/tables/show.html Modified: app/views/tables/show.html (+6 -0) =================================================================== --- app/views/tables/show.html 2015-01-03 17:15:14 +0900 (7be3464) +++ app/views/tables/show.html 2015-01-03 17:21:52 +0900 (d5a10d2) @@ -19,6 +19,12 @@ </a> </li> <li class="list-group-item"> + <a href="#/tables/{{table.name}}/columns/_new/"> + <span class="glyphicon glyphicon-plus"></span> + Add a column + </a> + </li> + <li class="list-group-item"> <button type="button" ng-click="remove()"> <span class="glyphicon glyphicon-remove"></span> Remove -------------- next part -------------- HTML����������������������������...Download