quattro: fix icons in oauth settings page
This commit is contained in:
parent
16d45e5c13
commit
c3d12bc77e
|
@ -23,8 +23,8 @@ $tabs
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
{{ if $app.my }}
|
{{ if $app.my }}
|
||||||
<a href="$baseurl/settings/oauth/edit/$app.client_id" class="icon edit" title="$edit"> </a>
|
<a href="$baseurl/settings/oauth/edit/$app.client_id" class="icon s22 edit" title="$edit"> </a>
|
||||||
<a href="$baseurl/settings/oauth/delete/$app.client_id" class="icon drop" title="$delete"> </a>
|
<a href="$baseurl/settings/oauth/delete/$app.client_id" class="icon s22 delete" title="$delete"> </a>
|
||||||
{{ endif }}
|
{{ endif }}
|
||||||
</div>
|
</div>
|
||||||
{{ endfor }}
|
{{ endfor }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user