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:
parent
e096146937
commit
387b8c83bf
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ let
|
||||||
//${t.file}:${toString t.line}</a>'');
|
//${t.file}:${toString t.line}</a>'');
|
||||||
|
|
||||||
todoElement = defun [ todo string ] (t: ''
|
todoElement = defun [ todo string ] (t: ''
|
||||||
<p>At ${fileLink t}:</p>
|
<p>${fileLink t}:</p>
|
||||||
<blockquote>${t.todo}</blockquote>
|
<blockquote>${t.todo}</blockquote>
|
||||||
|
|
||||||
'');
|
'');
|
||||||
|
|
Loading…
Reference in a new issue