diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html
index 21283d79..d19aae57 100644
--- a/app/templates/macros/threads.html
+++ b/app/templates/macros/threads.html
@@ -22,6 +22,13 @@
+ {% if r.checkPerm(current_user, "DELETE_REPLY") %}
+
+
+
+ {% endif %}
+
{% if current_user == thread.author and thread.review and thread.replies[0] == r %}
@@ -34,13 +41,6 @@
{% endif %}
- {% if r.checkPerm(current_user, "DELETE_REPLY") %}
-
-
-
- {% endif %}
-
{{ r.comment | markdown }}