From dde04ca37417aab5d7367b039ff099b0cf3e9846 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 21 May 2021 12:09:28 +0800 Subject: [PATCH] adjust activity filter style --- options/locale/locale_en-US.ini | 3 ++- options/locale/locale_zh-CN.ini | 3 ++- templates/user/profile.tmpl | 16 ++++------------ 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 110c2a209..c4956c65f 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -391,7 +391,8 @@ follow = Follow unfollow = Unfollow heatmap.loading = Loading Heatmap… user_bio = Biography - +own = Own +all = All form.name_reserved = The username '%s' is reserved. form.name_pattern_not_allowed = The pattern '%s' is not allowed in a username. form.name_chars_not_allowed = User name '%s' contains invalid characters. diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 751aea64b..1eb590c17 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -391,7 +391,8 @@ follow=关注 unfollow=取消关注 heatmap.loading=正在加载热图... user_bio=简历 - +own = 个人 +all = 所有 form.name_reserved='%s' 用户名被保留。 form.name_pattern_not_allowed=用户名中不允许使用 "%s"。 form.name_chars_not_allowed=用户名 '%s' 包含无效字符。 diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 0a3338912..91b661836 100755 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -118,18 +118,10 @@
{{end}}
- 个人 - 所有 -
-
{{template "user/dashboard/feeds" .}}