forked from MarseyWorld/MarseyWorld
fix
parent
70c6bc5c76
commit
c953fcd164
|
@ -118,12 +118,12 @@
|
|||
</button>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
<!-- Requires auth and admin -->
|
||||
{% if v and v.admin_level>=3 %}
|
||||
<li>
|
||||
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
||||
</li>
|
||||
{% endif %}
|
||||
<!-- Requires auth and admin -->
|
||||
{% if v and v.admin_level>=3 %}
|
||||
<li id="pin-{{p.id}}" class="{% if p.stickied %}hidden{% endif %}">
|
||||
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" onclick="post_toast2('/sticky/{{p.id}}','pin-{{p.id}}','unpin-{{p.id}}')">
|
||||
<i class="fas fa-thumbtack fa-rotate--45 fa-sm fa-fw mr-4"></i>Pin
|
||||
|
|
Loading…
Reference in New Issue