liquid_feedback_frontend

changeset 933:35d30116c9fe

Let the timestamp ui helper use the timestamp formatter
author bsw
date Sun Nov 04 18:47:04 2012 +0100 (2012-11-04)
parents 4b1f1a95c37b
children 39cf8f1304a7
files env/ui/field/timestamp.lua
line diff
     1.1 --- a/env/ui/field/timestamp.lua	Sun Nov 04 18:46:29 2012 +0100
     1.2 +++ b/env/ui/field/timestamp.lua	Sun Nov 04 18:47:04 2012 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4        content = function()
     1.5          ui.tag{
     1.6            attr = { class = "value" },
     1.7 -          content = tostring(value)
     1.8 +          content = format.timestamp(value)
     1.9          }
    1.10        end
    1.11      }

Impressum / About Us