blob: 24aff02097f394824f9a81114c83b764efcfdfdf (
plain) (
blame)
1
2
3
|
<div class="wall-item-delete-wrapper" id="wall-item-delete-wrapper-{{$id}}" >
<a class="btn btn-default btn-sm" href="#" onclick="dropItem('item/drop/{{$id}}', '#wall-item-outside-wrapper-{{$id}}'); return false;" title="{{$delete}}" ><i class="icon-trash"></i></a>
</div>
|