liquid_feedback_frontend

changeset 1721:89f524f1d185

Fixed spacing
author bsw
date Mon Sep 27 13:10:23 2021 +0200 (2021-09-27)
parents a63c2dacf619
children 1e8469114b3c
files app/main/draft/new.lua
line diff
     1.1 --- a/app/main/draft/new.lua	Mon Sep 27 13:09:30 2021 +0200
     1.2 +++ b/app/main/draft/new.lua	Mon Sep 27 13:10:23 2021 +0200
     1.3 @@ -130,11 +130,12 @@
     1.4                ui.sectionRow( function()
     1.5                  if not issue and not initiative and #area.allowed_policies > 1 then
     1.6                    ui.container { content = policy and policy.name or "" }
     1.7 +                  slot.put("<br />")
     1.8                  end
     1.9                  if param.get("free_timing") then
    1.10                    ui.container { content = param.get("free_timing") }
    1.11 +                  slot.put("<br />")
    1.12                  end
    1.13 -                slot.put("<br />")
    1.14                  ui.field.hidden{ name = "policy_id", value = param.get("policy_id") }
    1.15                  ui.field.hidden{ name = "name", value = param.get("name") }
    1.16                  if config.initiative_abstract then

Impressum / About Us