From 94796399e246d395811e33a5f2da50157881386c Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 28 Jul 2020 18:29:30 -0400 Subject: feat(web/panettone): Display issue history Display the history of an issue (which currently is just opening and closing) inline with the issue's comments on the issue show page Change-Id: Id167bceef765cb4c24e86983d1dcd6624d0e5956 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1497 Tested-by: BuildkiteCI Reviewed-by: tazjin --- lisp/klatre/package.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lisp/klatre/package.lisp') diff --git a/lisp/klatre/package.lisp b/lisp/klatre/package.lisp index 2e6340167909..21f659ef18b1 100644 --- a/lisp/klatre/package.lisp +++ b/lisp/klatre/package.lisp @@ -10,4 +10,7 @@ ;; String handling #:+dottime-format+ #:format-dottime - #:try-parse-integer)) + #:try-parse-integer + + ;; Function utilities + #:partial)) -- cgit 1.4.1