forked from rDrama/rDrama
1
0
Fork 0

show hole janny buttons in WPD

master
Aevann 2024-02-06 04:24:08 +02:00
parent 6a2f3ee9ec
commit c008366fcb
1 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,13 @@
<span id="sidebar--directory--subhead">Submit Marseys & Art | Info Megathreads</span>
</a>
{% if v and v.mods_hole(hole.name) %}
<a class="btn btn-primary btn-block mb-3 text-uppercase" style="font-size: 0.87rem" href="/h/{{hole}}/settings">/h/{{hole}} SETTINGS</a>
<a class="btn btn-primary btn-block mb-3 text-uppercase" style="font-size: 0.87rem" href="/h/{{hole}}/log">/h/{{hole}} LOG</a>
<a class="btn btn-primary btn-block mb-3 text-uppercase" style="font-size: 0.87rem" href="/h/{{hole}}/followers">/h/{{hole}} FOLLOWERS</a>
<a class="btn btn-primary btn-block mb-3 text-uppercase" style="font-size: 0.87rem" href="/h/{{hole}}/blockers">/h/{{hole}} BLOCKERS</a>
{% endif %}
{% if hole and hole.sidebar_html %}
<div class="mt-5 mb-4">{{hole.sidebar_html|safe}}</div>
{% endif %}