From 9df74edc8ce1f955b76dfa706405f163662656a5 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 27 Apr 2026 13:17:06 +0100 Subject: [PATCH] feat: Add moderator action buttons in user messages inbox for enhanced navigation --- .../atlas/collection_history_user.html | 2 +- .../templates/atlas/user_messages_inbox.html | 32 +++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/atlas/templates/atlas/collection_history_user.html b/atlas/templates/atlas/collection_history_user.html index 6234f0f8..b7b56b2a 100644 --- a/atlas/templates/atlas/collection_history_user.html +++ b/atlas/templates/atlas/collection_history_user.html @@ -20,7 +20,7 @@
{% for row in history_rows %} -
+
diff --git a/atlas/templates/atlas/user_messages_inbox.html b/atlas/templates/atlas/user_messages_inbox.html index 1abae7f6..8c5d6eab 100644 --- a/atlas/templates/atlas/user_messages_inbox.html +++ b/atlas/templates/atlas/user_messages_inbox.html @@ -61,6 +61,22 @@ {% endif %} {{ case_row.stats.outstanding_total_count }} unacknowledged + {% if row.viewer_role == 'moderator' %} + + {% endif %}
+ {% if row.viewer_role == 'moderator' %} + + {% endif %}