From 387b8c83bffb864a5910de9be34064d986f0afa5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 1 Apr 2021 16:23:45 +0200 Subject: style(web/todolist): List paths without 'At ' prefix This also looks much cleaner than before. Change-Id: I767b881c73699151afc03746c04e413e74f30387 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2750 Tested-by: BuildkiteCI Reviewed-by: flokli --- web/todolist/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/todolist') diff --git a/web/todolist/default.nix b/web/todolist/default.nix index d66a05baf8..47640c8741 100644 --- a/web/todolist/default.nix +++ b/web/todolist/default.nix @@ -47,7 +47,7 @@ let //${t.file}:${toString t.line}''); todoElement = defun [ todo string ] (t: '' -

At ${fileLink t}:

+

${fileLink t}:

${t.todo}
''); -- cgit 1.4.1