liquid_feedback_frontend
diff app/main/interest/_show_box.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 | 305329da1c75 |
| children | c1dc3b14a4f3 |
line diff
1.1 --- a/app/main/interest/_show_box.lua Fri May 18 21:03:10 2012 +0200 1.2 +++ b/app/main/interest/_show_box.lua Sun May 20 19:43:01 2012 +0200 1.3 @@ -7,7 +7,11 @@ 1.4 1.5 if interest then 1.6 1.7 - ui.tag{ content = _"Your are interested" } 1.8 + if issue.closed then 1.9 + ui.tag{ content = _"You were interested" } 1.10 + else 1.11 + ui.tag{ content = _"You are interested" } 1.12 + end 1.13 slot.put(" ") 1.14 1.15 if issue.state ~= "finished" and issue.state ~= "cancelled" and issue.state ~= "voting" then