mirror of
https://github.com/friendica/friendica
synced 2024-11-18 06:23:41 +00:00
Fix the "delete" icon
This commit is contained in:
parent
6c8a4a2552
commit
45f325d025
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@
|
|||
<td>
|
||||
<form action="{{$baseurl}}/profile/{{$nickname}}/schedule" method="post">
|
||||
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
|
||||
<button type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}">
|
||||
<i class="fa fa-trash" aria-hidden="true">
|
||||
</button>
|
||||
<button type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}" class="icon s22 delete"></button>
|
||||
</form>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue