diff options
author | Mario <mario@mariovavti.com> | 2024-08-02 08:06:15 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-02 08:06:15 +0000 |
commit | 3d3fcd7334dc9123005d7d736b1a243113d67902 (patch) | |
tree | 414836146cfdc1f0d3736f0bd8a2b1251fa51768 /view/tpl/oauth.tpl | |
parent | 61c03e4b4e1afd7593a57119198dd38845485887 (diff) | |
download | volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.tar.gz volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.tar.bz2 volse-hubzilla-3d3fcd7334dc9123005d7d736b1a243113d67902.zip |
fa2bi: some sed woodoo on templates and manual fixes in js and php files
Diffstat (limited to 'view/tpl/oauth.tpl')
-rw-r--r-- | view/tpl/oauth.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/oauth.tpl b/view/tpl/oauth.tpl index 881e22e99..97bd4b610 100644 --- a/view/tpl/oauth.tpl +++ b/view/tpl/oauth.tpl @@ -25,8 +25,8 @@ {{/if}} {{/if}} {{if $app.my}} - <a href="{{$baseurl}}/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="fa fa-pencil btn btn-outline-secondary"></i></a> - <a href="{{$baseurl}}/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="fa fa-trash-o btn btn-outline-secondary"></i></a> + <a href="{{$baseurl}}/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="bi bi-pencil btn btn-outline-secondary"></i></a> + <a href="{{$baseurl}}/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="bi bi-trash btn btn-outline-secondary"></i></a> {{/if}} </div> {{/foreach}} |