diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-22T02·12-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-23T22·20+0000 |
commit | d3b7de0783230b78edd44010e144f47e0ee4bea5 (patch) | |
tree | f1a2c1cfd295e3f891cc046469822332ee0dda5c /web/panettone/default.nix | |
parent | 32c3f7731b847a51d63cfe5d76fb13b38b8648dc (diff) |
feat(web/panettone): Display who opened issues and when r/1441
Add a line to the issue show page displaying who opened the issue and when, the latter formatted in dottime. Change-Id: Ie70d7fd9e62ae92f9a479969d4ea21daddccee40 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1345 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'web/panettone/default.nix')
-rw-r--r-- | web/panettone/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/panettone/default.nix b/web/panettone/default.nix index ae8127eb891e..f906fa7a7b2c 100644 --- a/web/panettone/default.nix +++ b/web/panettone/default.nix @@ -7,8 +7,9 @@ depot.nix.buildLisp.program { cl-prevalence cl-who defclass-std - hunchentoot easy-routes + hunchentoot + local-time trivial-ldap depot.lisp.klatre |