hydra/src/Hydra/root/common.tt

16 lines
357 B
Plaintext
Raw Normal View History

2008-11-17 23:59:20 +00:00
[% inputTypes =
{ "svn" = "Subversion checkout"
, "cvs" = "CVS checkout"
, "tarball" = "Download of a tarball"
, "string" = "String value"
2008-11-25 18:34:24 +00:00
, "boolean" = "Boolean"
2008-11-17 23:59:20 +00:00
, "path" = "Local path"
, "build" = "Build output"
}
%]
[% USE date %]
[% BLOCK renderDateTime %]
[% date.format(timestamp, '%Y-%m-%d %H:%M:%S') -%]
[% END %]