liquid_feedback_frontend

diff app/main/area/show.lua @ 285:6c88b4bfb56c

Apply interest/support filter for member at member page
author bsw
date Fri Feb 17 15:16:02 2012 +0100 (2012-02-17)
parents b77e6a17ca77
children 22e4e26717ac
line diff
     1.1 --- a/app/main/area/show.lua	Fri Feb 17 15:14:50 2012 +0100
     1.2 +++ b/app/main/area/show.lua	Fri Feb 17 15:16:02 2012 +0100
     1.3 @@ -14,7 +14,10 @@
     1.4  
     1.5  
     1.6  slot.select("title", function()
     1.7 -  ui.tag{ content =  area.name }
     1.8 +  ui.link{
     1.9 +    content =  area.name,
    1.10 +    module = "area", view = "show", id = area.id
    1.11 +  }
    1.12  
    1.13    if not config.single_unit_id then
    1.14      slot.put(" · ")

Impressum / About Us