diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 045028d38..581d3e830 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -1,51 +1,51 @@ {% if v and v.id==p.author_id and p.private %}
- +
{% endif %} -{% if v and ((not p.ghost and v.admin_level >= PERMS['VOTES_VISIBLE']) or v.id == AEVANN_ID) %}{% endif %} +{% if v and ((not p.ghost and v.admin_level >= PERMS['VOTES_VISIBLE']) or v.id == AEVANN_ID) %}{% endif %} - + - + {% if FEATURES['AWARDS'] -%} - + {%- endif %} - - + + - - + + {% if p.sub and v.mods(p.sub) %} - - + + {% endif %} {% if v.id==p.author_id %} {% if request.path.startswith('/@') %} - - + + {% endif %} - + - + {% if FEATURES['COUNTRY_CLUB'] -%} - - + + {%- endif %} - - + + {% else %} {% if not p.ghost %} @@ -56,7 +56,7 @@ {% endif %} {% if p.sub and v.mods(p.sub) %} - + {% if not p.author.mods(p.sub) %} diff --git a/files/templates/post_admin_actions_mobile.html b/files/templates/post_admin_actions_mobile.html index 076263e2d..f34f82b57 100644 --- a/files/templates/post_admin_actions_mobile.html +++ b/files/templates/post_admin_actions_mobile.html @@ -10,44 +10,44 @@