remotes/1693045480750635534/spooky-22
Aevann1 2021-07-29 09:38:56 +02:00
parent 4872593a29
commit 88ac4f5fee
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@
<li class="list-inline-item text-muted d-none d-md-inline-block"><a href="javascript:void(0)" onclick="post('/api/toggle_comment_nsfw/{{c.base36id}}', function(){window.location.reload(true);})"><i class="fas fa-eye-evil fa-fw text-danger"></i>Toggle +18</a></li>
{% endif %}
{% if v.admin_level >=4 and c.oauth_app %}
{% if v and v.admin_level >=4 and c.oauth_app %}
<li class="list-inline-item text-muted d-none d-md-inline-block"><a href="{{c.oauth_app.permalink}}/comments" ><i class="fas fa-code fa-fw"></i>API App</a></li>
{% endif %}