Navigation Menu

Skip to content

Commit

Permalink
table show: add a link for a new column
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 3, 2015
1 parent 3dbf033 commit 1b39537
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/views/tables/show.html
Expand Up @@ -18,6 +18,12 @@ <h2 class="panel-title">Actions</h2>
Search
</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>
Expand Down

0 comments on commit 1b39537

Please sign in to comment.