From 16823d075ccd2f07f282c66b601ad4af44d5f1fa Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 20 Jul 2020 00:54:37 +0100 Subject: feat(todolist): Add anchors for each user on the page This makes it possible to link to the TODOs for a specific user on https://todo.tvl.fyi. Change-Id: Ibcb43235be187265cda55776582d043a84c96ead Reviewed-on: https://cl.tvl.fyi/c/depot/+/1301 Reviewed-by: ericvolp12 Tested-by: BuildkiteCI --- web/todolist/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/todolist') diff --git a/web/todolist/default.nix b/web/todolist/default.nix index 187830e736..8a12d01212 100644 --- a/web/todolist/default.nix +++ b/web/todolist/default.nix @@ -63,7 +63,11 @@ let let user = (head todos).user; in ''

-

${user}

+

+ ${user} +

${concatStringsSep "\n" (map todoElement todos)}


-- cgit 1.4.1