mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
The frio-button now looks fine
This commit is contained in:
parent
45f325d025
commit
1061cde797
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
<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 class="btn btn-default" type="submit" name="delete" value="{{$row.id}}" title="{{$delete}}">
|
||||
<i class="fa fa-trash" aria-hidden="true"></i>
|
||||
</button>
|
||||
</form>
|
||||
</td>
|
||||
|
|
Loading…
Reference in a new issue