liquid_feedback_frontend
diff app/main/unit/_list.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 | ba310961ba34 |
line diff
1.1 --- a/app/main/unit/_list.lua Sat Feb 25 22:29:33 2012 +0100 1.2 +++ b/app/main/unit/_list.lua Sun Feb 26 14:15:27 2012 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 for i = 1, unit.depth - 1 do 1.5 slot.put(" ") 1.6 end 1.7 - ui.link{ text = unit.name, module = "area", view = "list", params = { unit_id = unit.id } } 1.8 + ui.link{ text = unit.name, module = "unit", view = "show", id = unit.id } 1.9 end 1.10 } 1.11 }