1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-07 14:28:25 +00:00
friendica-github/view/theme/frio/templates/circle_drop.tpl

6 lines
284 B
Smarty
Raw Normal View History

{{* Link for deleting contact circles *}}
<a href="circle/drop/{{$id}}?t={{$form_security_token}}" onclick="return confirmDelete();" id="circle-delete-icon-{{$id}}" class="btn btn-clear" title="{{$delete}}" data-toggle="tooltip">
<i class="fa fa-trash" aria-hidden="true"></i>
</a>