liquid_feedback_frontend

diff app/main/issue/_list.lua @ 1490:63ce1a5c05c1

Small enhancements for self registration process and management
author bsw
date Wed Mar 27 12:40:33 2019 +0100 (2019-03-27)
parents 3ab878ba277e
children 6b4deab5160a
line diff
     1.1 --- a/app/main/issue/_list.lua	Mon Feb 18 19:46:36 2019 +0100
     1.2 +++ b/app/main/issue/_list.lua	Wed Mar 27 12:40:33 2019 +0100
     1.3 @@ -206,7 +206,9 @@
     1.4                  }
     1.5                end
     1.6                if not config.single_area_id then
     1.7 -                slot.put(" » ")
     1.8 +                if not config.single_unit_id then
     1.9 +                  slot.put(" » ")
    1.10 +                end
    1.11                  ui.link{
    1.12                    module = "index", view = "index", params = { unit = issue.area.unit_id, area = issue.area_id },
    1.13                    attr = { class = "area" }, content = issue.area.name

Impressum / About Us