master
kek7198 2022-01-02 20:33:36 -06:00
parent a50217ae84
commit 4b6f1fb50a
3 changed files with 6 additions and 4 deletions

View File

@ -39,15 +39,17 @@
</a>
</div>
{% if v %}
<!-- Actionable buttons -->
<div class="flex items-center space-x-2 absolute top-2 right-3">
<a href="#" class="btn btn-gray">
<a href="#" class="btn btn-gray" data-bs-toggle="modal" data-bs-target="#giftCoinsModal">
<i class="fas fa-gift fa-fw fa-sm"></i>
</a>
<a href="#" class="btn btn-gray">
<a href="#" class="btn btn-gray" data-bs-toggle="modal" data-bs-target="#directMessageModal">
<i class="fas fa-paper-plane fa-fw fa-sm mr-2"></i>
Message
</a>
</div>
{% endif %}
</div>
</div>

View File

@ -296,6 +296,8 @@
{% if v %}
{% include "CHRISTMAS/modals/ModalThemePicker.html" %}
{% include "CHRISTMAS/modals/ModalDirectMessage.html" %}
{% include "CHRISTMAS/modals/ModalGiftCoins.html" %}
{% endif %}
{% block popovers %}{% endblock %}

View File

@ -396,8 +396,6 @@
{% if v %}
{% include "CHRISTMAS/emoji_modal.html" %}
{% include "CHRISTMAS/gif_modal.html" %}
{% include "CHRISTMAS/modals/ModalDirectMessage.html" %}
{% include "CHRISTMAS/modals/ModalGiftCoins.html" %}
{% if v.admin_level > 1 %}
{% include "CHRISTMAS/modals/ModalAdminManageUser.html" %}
{% endif %}