liquid_feedback_frontend
diff app/main/initiative/_details.lua @ 937:c4e4be01285c
Correct formatting of timestamps and interval in issue and initiatve details added
| author | bsw |
|---|---|
| date | Sun Nov 04 18:51:07 2012 +0100 (2012-11-04) |
| parents | 319161d5a904 |
| children |
line diff
1.1 --- a/app/main/initiative/_details.lua Sun Nov 04 18:50:21 2012 +0100 1.2 +++ b/app/main/initiative/_details.lua Sun Nov 04 18:51:07 2012 +0100 1.3 @@ -7,7 +7,7 @@ 1.4 content = function() 1.5 ui.field.text{ 1.6 label = _"Created at", 1.7 - value = tostring(initiative.created) 1.8 + value = format.timestamp(initiative.created) 1.9 } 1.10 if initiative.revoked then 1.11 ui.field.text{