liquid_feedback_frontend

changeset 179:b363a2407d8d

Don't highlight own member avatar in delegation chain drop down
author bsw
date Sun Oct 31 23:38:23 2010 +0100 (2010-10-31)
parents bf799314a20f
children 02aacb3dffe0
files app/main/member/_show_thumb.lua
line diff
     1.1 --- a/app/main/member/_show_thumb.lua	Sun Oct 31 20:12:20 2010 +0100
     1.2 +++ b/app/main/member/_show_thumb.lua	Sun Oct 31 23:38:23 2010 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4    end
     1.5  end
     1.6  
     1.7 -if in_delegation_chain or member.id == app.session.member_id then
     1.8 +if in_delegation_chain or ((issue or initiative) and member.id == app.session.member_id) then
     1.9    container_class = container_class .. " in_delegation_chain"
    1.10  end
    1.11  

Impressum / About Us