liquid_feedback_frontend
diff app/main/member/show.lua @ 529:5ca9de94cb13
Delegation preview when setting delegation, optical enhancements, typos fixed
author | bsw |
---|---|
date | Sun May 20 19:43:01 2012 +0200 (2012-05-20) |
parents | 63d6549cc00b |
children | 418b590fa9ed |
line diff
1.1 --- a/app/main/member/show.lua Fri May 18 21:03:10 2012 +0200 1.2 +++ b/app/main/member/show.lua Sun May 20 19:43:01 2012 +0200 1.3 @@ -29,7 +29,7 @@ 1.4 view = "history", 1.5 id = member.id 1.6 } 1.7 - if not member.activated then 1.8 + if not member.active then 1.9 ui.tag{ 1.10 tag = "div", 1.11 attr = { class = "interest deactivated_member_info" },