aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/oauth.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-08-02 08:06:15 +0000
committerMario <mario@mariovavti.com>2024-08-02 08:06:15 +0000
commit3d3fcd7334dc9123005d7d736b1a243113d67902 (patch)
tree414836146cfdc1f0d3736f0bd8a2b1251fa51768 /view/tpl/oauth.tpl
parent61c03e4b4e1afd7593a57119198dd38845485887 (diff)
downloadvolse-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.tpl4
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}}