From 9e3c73a8f543d1940df811cfdcc96f5a6397f501 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 10 Dec 2021 09:17:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E5=85=AC=E5=BC=80=E6=B4=BB=E5=8A=A8=E4=BD=8D=E7=BD=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/user/profile.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index ce8cb54f6..9c483efe1 100755 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -116,16 +116,15 @@ - + + {{svg "octicon-rss" 16}} {{.i18n.Tr "user.activity"}} + {{svg "octicon-repo" 16}} {{.i18n.Tr "user.repositories"}} {{svg "octicon-inbox" 16}} {{.i18n.Tr "user.datasets"}} - - {{svg "octicon-rss" 16}} {{.i18n.Tr "user.activity"}} - {{svg "octicon-star" 16}} {{.i18n.Tr "user.starred"}}
{{.Owner.NumStars}}