1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-20 13:11:41 +00:00

Edition of existing tag names (client)

This commit is contained in:
jendib
2013-07-31 22:04:00 +02:00
parent 6c1354a2f6
commit b8b0891083
6 changed files with 88 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
<table class="table table-striped table-hover table-tags">
<tbody>
<tr ng-repeat="tag in tags | filter:search">
<td>{{ tag.name }}</td>
<td><inline-edit value="tag.name" on-edit="updateTag(tag)" /></td>
<td><button class="btn btn-danger pull-right" ng-click="deleteTag(tag)"><span class="icon-trash icon-white"></span></button></td>
</tr>
</tbody>