From 7a10922ec441cc9a303939b668ff773e37eb9d99 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Mon, 13 Dec 2021 06:23:32 +0800 Subject: [PATCH] Add: link to user on tags page --- web/src/component/Tags.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/src/component/Tags.js b/web/src/component/Tags.js index f909bc2..6caa573 100644 --- a/web/src/component/Tags.js +++ b/web/src/component/Tags.js @@ -40,7 +40,11 @@ function Tags() { {tag.name} {tag.description} - {tag.created_by_user.username} + + + @{tag.created_by_user.username} + + Edit