From 3d860913a635b392b2b333ee863bd50ab1d28a31 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 1 Jun 2020 16:28:04 +0200 Subject: [PATCH] fix: profile url --- src/header.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/header.pug b/src/header.pug index 6ed556d..f3e9241 100644 --- a/src/header.pug +++ b/src/header.pug @@ -26,7 +26,7 @@ details#user-controls.notLoggedIn ul if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users)) li - sib-link(next='my-profile') Mon profil + sib-link(next='profile') Mon profil li sib-link(next='admin') Administration li