# HG changeset patch # User bsw # Date 1539877382 -7200 # Node ID 4665754cc5abe42cfb7865b54a5220ec87549314 # Parent 854d88aef250ac4371692a63f3bfbd686f088b3e Added whitespace in admin area view diff -r 854d88aef250 -r 4665754cc5ab app/main/admin/area_show.lua --- a/app/main/admin/area_show.lua Thu Oct 18 17:42:09 2018 +0200 +++ b/app/main/admin/area_show.lua Thu Oct 18 17:43:02 2018 +0200 @@ -67,6 +67,7 @@ connecting_records = area.allowed_policies or {}, foreign_reference = "id", } + slot.put("

") ui.field.text{ label = _"Admission quorum standard", name = "quorum_standard", value = hint and 10 or nil } ui.field.text{ label = _"Admission quorum issues", name = "quorum_issues", value = hint and 10 or nil } ui.field.text{ label = _"Admission quorum time", name = "quorum_time", value = hint and "60 days" or nil }