liquid_feedback_frontend
diff app/main/issue/_show_head.lua @ 301:22e4e26717ac
Show issues, members and delegations for units
author | bsw |
---|---|
date | Sun Feb 26 14:15:27 2012 +0100 (2012-02-26) |
parents | c587d8762e62 |
children | 9c639a2f3262 |
line diff
1.1 --- a/app/main/issue/_show_head.lua Sat Feb 25 22:29:33 2012 +0100 1.2 +++ b/app/main/issue/_show_head.lua Sun Feb 26 14:15:27 2012 +0100 1.3 @@ -30,9 +30,9 @@ 1.4 slot.put(" · ") 1.5 ui.link{ 1.6 content = issue.area.unit.name, 1.7 - module = "area", 1.8 - view = "list", 1.9 - params = { unit_id = issue.area.unit_id } 1.10 + module = "unit", 1.11 + view = "show", 1.12 + id = issue.area.unit_id 1.13 } 1.14 end 1.15 end)