diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html
index 6b6b04e37..738e07800 100644
--- a/files/templates/post_admin_actions_mobile.html
+++ b/files/templates/post_admin_actions_mobile.html
@@ -22,10 +22,11 @@
{% endif %}
+ {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}
-
+ {% endif %}
{% if "/reported/" in request.path %}
@@ -37,10 +38,10 @@
{% if p.oauth_app and v.admin_level >= PERMS['APPS_MODERATION'] %}
{% endif %}
-
+ {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}
-
+ {% endif %}
{% if v.id != p.author_id %}