liquid_feedback_frontend
diff app/main/issue/_show_head.lua @ 265:d37dce888225
More unit support
author | bsw |
---|---|
date | Tue Feb 07 18:40:08 2012 +0100 (2012-02-07) |
parents | 6725c13b6ce0 |
children | aab7b0c5543f |
line diff
1.1 --- a/app/main/issue/_show_head.lua Tue Feb 07 18:32:18 2012 +0100 1.2 +++ b/app/main/issue/_show_head.lua Tue Feb 07 18:40:08 2012 +0100 1.3 @@ -16,6 +16,15 @@ 1.4 end) 1.5 1.6 slot.select("title", function() 1.7 + if not config.single_unit_id then 1.8 + ui.link{ 1.9 + content = issue.area.unit.name, 1.10 + module = "area", 1.11 + view = "list", 1.12 + params = { unit_id = issue.area.unit_id } 1.13 + } 1.14 + slot.put(" · ") 1.15 + end 1.16 ui.link{ 1.17 content = issue.area.name, 1.18 module = "area",