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 <flokli@flokli.de>
This commit is contained in:
Vincent Ambo 2021-04-01 16:23:45 +02:00 committed by tazjin
parent e096146937
commit 387b8c83bf

View file

@ -47,7 +47,7 @@ let
//${t.file}:${toString t.line}</a>'');
todoElement = defun [ todo string ] (t: ''
<p>At ${fileLink t}:</p>
<p>${fileLink t}:</p>
<blockquote>${t.todo}</blockquote>
'');