diff --git a/files/templates/post_actions_mobile.html b/files/templates/post_actions_mobile.html index 49144e3cc..5700bc1de 100644 --- a/files/templates/post_actions_mobile.html +++ b/files/templates/post_actions_mobile.html @@ -6,7 +6,12 @@ {% 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) %} + + + Votes + +{% endif %}