liquid_feedback_frontend

diff app/main/event/_list.lua @ 678:93ac2eaec600

Optical improvements
author bsw
date Tue Jun 26 17:32:43 2012 +0200 (2012-06-26)
parents 52ee665edf86
children b13ce07e4afb
line diff
     1.1 --- a/app/main/event/_list.lua	Tue Jun 26 17:15:00 2012 +0200
     1.2 +++ b/app/main/event/_list.lua	Tue Jun 26 17:32:43 2012 +0200
     1.3 @@ -115,9 +115,15 @@
     1.4        execute.view{ module = "delegation", view = "_info", params = { issue = event.issue } }
     1.5  
     1.6        ui.container{ attr = { class = "content" }, content = function()
     1.7 -        ui.tag{ content = event.issue.area.name }
     1.8 -        slot.put(" · ")
     1.9 -        ui.tag{ content = event.issue.area.unit.name }
    1.10 +        ui.link{
    1.11 +          module = "unit", view = "show", id = event.issue.area.unit_id,
    1.12 +          attr = { class = "unit_link" }, text = event.issue.area.unit.name
    1.13 +        }
    1.14 +        slot.put(" ")
    1.15 +        ui.link{
    1.16 +          module = "area", view = "show", id = event.issue.area_id,
    1.17 +          attr = { class = "area_link" }, text = event.issue.area.name
    1.18 +        }
    1.19        end }
    1.20        
    1.21        ui.container{ attr = { class = "title" }, content = function()

Impressum / About Us