liquid_feedback_frontend

diff app/main/unit/_head.lua @ 528:305329da1c75

Wording and css changes
author bsw
date Fri May 18 21:03:10 2012 +0200 (2012-05-18)
parents 18cd8595459b
children 5ca9de94cb13
line diff
     1.1 --- a/app/main/unit/_head.lua	Fri May 18 19:44:41 2012 +0200
     1.2 +++ b/app/main/unit/_head.lua	Fri May 18 21:03:10 2012 +0200
     1.3 @@ -21,12 +21,8 @@
     1.4    ui.container{ attr = { class = "content" }, content = function()
     1.5  
     1.6      if app.session.member_id and app.session.member:has_voting_right_for_unit_id(unit.id) then
     1.7 -      ui.tag{ content = _"You have voting privileges" }
     1.8 -      slot.put(" · ")
     1.9 +      ui.tag{ content = _"You have voting privileges for this unit" }
    1.10      end
    1.11 -  
    1.12 -    ui.tag{ content = "1234 Stimmberechtigte" }
    1.13 -      
    1.14    end }
    1.15    
    1.16  end }

Impressum / About Us