diff options
author | Treer <treer.git@the-bordello.com> | 2016-05-01 05:59:02 +1000 |
---|---|---|
committer | Treer <treer.git@the-bordello.com> | 2016-05-01 05:59:02 +1000 |
commit | 17dba9542ad2745025550cefc28d38aa84a69c0d (patch) | |
tree | 5a97c0878e5ee43c931d0d50b27fb4b87369698a /view/tpl/settings_oauth.tpl | |
parent | 2f74f9eb401d03b6eb8f8e12b80a7b8f4a989dd2 (diff) | |
download | volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.gz volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.tar.bz2 volse-hubzilla-17dba9542ad2745025550cefc28d38aa84a69c0d.zip |
update icon names in view/
Diffstat (limited to 'view/tpl/settings_oauth.tpl')
-rwxr-xr-x | view/tpl/settings_oauth.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl index 94d76028a..02ca26234 100755 --- a/view/tpl/settings_oauth.tpl +++ b/view/tpl/settings_oauth.tpl @@ -25,8 +25,8 @@ {{/if}} {{/if}} {{if $app.my}} - <a href="{{$baseurl}}/settings/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="icon-pencil btn btn-default"></i></a> - <a href="{{$baseurl}}/settings/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="icon-trash btn btn-default"></i></a> + <a href="{{$baseurl}}/settings/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="fa fa-pencil btn btn-default"></i></a> + <a href="{{$baseurl}}/settings/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="fa fa-trash-o btn btn-default"></i></a> {{/if}} </div> {{/foreach}} |