diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 14cbc9f6e..2a828a849 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -178,8 +178,14 @@
{% if v and v.id == u.id %} - Edit Profile + Edit Profile + {% endif %} + + {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} + + {% endif %} + {% if v and v.id == u.id %}
{%- endif %} {% endif %} - - {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} - - {% endif %}
@@ -398,11 +400,11 @@
{% if v and v.id == u.id %} - Edit Profile + Edit Profile {% endif %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} - + {% endif %} {% if v and v.id == u.id and (v.profile_background or v.theme == 'transparent') %}