app/views/collection_json_browser/home/index.html in collection-json-browser-0.0.5 vs app/views/collection_json_browser/home/index.html in collection-json-browser-0.0.6

- old
+ new

@@ -86,11 +86,17 @@ {{item.prompt}} </dd> <dt> get </dt> - <dd> + <dd class="get"> <a href="" ng-click="goTo(item.href)">{{item.href}}</a> + </dd> + <dt> + delete + </dt> + <dd class="delete"> + <a href="" ng-click="destroy(item.href)">delete {{item.href}}</a> </dd> </dl> <table class="table table-hover table-striped"> <tr>