liquid_feedback_frontend
diff app/main/issue/_show.lua @ 888:06e72cc93c64
Respect non_voter for not voted filter
author | bsw |
---|---|
date | Mon Aug 20 02:58:34 2012 +0200 (2012-08-20) |
parents | 2e9d39b53b64 |
children | 59f02db19531 |
line diff
1.1 --- a/app/main/issue/_show.lua Mon Aug 20 02:56:26 2012 +0200 1.2 +++ b/app/main/issue/_show.lua Mon Aug 20 02:58:34 2012 +0200 1.3 @@ -123,7 +123,8 @@ 1.4 else 1.5 links[#links+1] = { attr = { class = "action" }, content = _"Do not vote directly" } 1.6 links[#links+1] ={ 1.7 - content = _"Cancel do not vote", 1.8 + in_brackets = true, 1.9 + content = _"Cancel [nullify]", 1.10 module = "vote", 1.11 action = "non_voter", 1.12 params = { issue_id = issue.id, delete = true },