aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-09 01:53:03 -0700
committerfriendica <info@friendica.com>2014-05-09 01:53:03 -0700
commit6d56c9b603c294e8b1825f3686b516c4c4eaf2da (patch)
tree8b99b429ec619b41de67543dc599798edd093b71 /view
parentdbb83abff6e7b58e2122ca44da25836a8ff972c4 (diff)
downloadvolse-hubzilla-6d56c9b603c294e8b1825f3686b516c4c4eaf2da.tar.gz
volse-hubzilla-6d56c9b603c294e8b1825f3686b516c4c4eaf2da.tar.bz2
volse-hubzilla-6d56c9b603c294e8b1825f3686b516c4c4eaf2da.zip
better button theming on oauth connected apps page
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/settings_oauth.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/settings_oauth.tpl b/view/tpl/settings_oauth.tpl
index 8b76e9eec..9be0035ff 100755
--- a/view/tpl/settings_oauth.tpl
+++ b/view/tpl/settings_oauth.tpl
@@ -23,8 +23,8 @@
{{/if}}
{{/if}}
{{if $app.my}}
- <a href="{{$baseurl}}/settings/oauth/edit/{{$app.client_id}}" title="{{$edit}}"><i class="icon-pencil"></i></a>
- <a href="{{$baseurl}}/settings/oauth/delete/{{$app.client_id}}?t={{$form_security_token}}" title="{{$delete}}"><i class="icon-remove"></i></a>
+ <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-remove btn btn-default"></i></a>
{{/if}}
</div>
{{/foreach}}