fix "api app" button v2

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-13 20:45:03 +02:00
parent a081673458
commit c514ef720b
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@
{% endif %}
{% if v.admin_level > 1 and c.oauth_app %}
<a href="{{c.oauth_app.permalink}}/comments" class="dropdown-item list-inline-item d-none d-md-block text-primary"><i class="fas fa-fa-code text-primary fa-fw"></i>API App</a>
<a href="{{c.oauth_app.permalink}}/comments" class="dropdown-item list-inline-item d-none d-md-block text-primary"><i class="fas fa-code text-primary fa-fw"></i>API App</a>
{% endif %}
</ul>
{% endif %}