From 378114d4874e7ee2d79773d6120aaee6f41e259f Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 16:32:48 -0600 Subject: [PATCH] fix --- .../modals/ModalSubmissionListingActions.html | 62 ++++++++++--------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/files/templates/modals/ModalSubmissionListingActions.html b/files/templates/modals/ModalSubmissionListingActions.html index ae6026529..406a660fa 100644 --- a/files/templates/modals/ModalSubmissionListingActions.html +++ b/files/templates/modals/ModalSubmissionListingActions.html @@ -21,30 +21,30 @@ {% if p.private %}
  • {% endif %}
  • -
  • {% if p.deleted_utc > 0 %}
  • {% else %}
  • {% endif %} @@ -52,14 +52,14 @@
  • - Votes + Votes
  • {% if v %}
  • {% endif %} @@ -67,37 +67,37 @@ {% if v %}
  • {% if v.admin_level > 1 or v.id == p.author.id and v.paid_dues %}
  • {% endif %} @@ -105,38 +105,44 @@ {% if v.admin_level > 0 %}
  • {% if v==p.author %}
  • +
  • + {% endif %} +
  • + +
  • +
  • +
  • {% endif %} - {% if "/reported/" in request.path %} - - - {% else %} - - - {% endif %} - {% endif %} - {% if v.admin_level > 1 and p.oauth_app %} - +
  • + + API App + +
  • {% endif %} {% endif %}