# HG changeset patch # User bsw # Date 1340732607 -7200 # Node ID 6c5cc85f59c1f8d0a9f0947fd10b609b1a3ab775 # Parent a2d907f12dd8650a87306ba7ef6dadaf17022f92 Optical improvements diff -r a2d907f12dd8 -r 6c5cc85f59c1 app/main/member/_profile.lua --- a/app/main/member/_profile.lua Tue Jun 26 19:40:29 2012 +0200 +++ b/app/main/member/_profile.lua Tue Jun 26 19:43:27 2012 +0200 @@ -15,6 +15,8 @@ readonly = true, content = function() + slot.put("
") + ui.container{ attr = { class = "right" }, content = function() @@ -110,9 +112,9 @@ if member.last_activity then ui.field.text{ label = _"Last activity (updated daily)", value = format.date(member.last_activity) or _"not yet" } end - slot.put("

") - if member.statement and #member.statement > 0 then + slot.put("
") + slot.put("
") ui.container{ attr = { class = " wiki" }, content = function() @@ -120,6 +122,7 @@ end } end + slot.put("

") end }