diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2024-08-20 01:04:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 17:04:06 +0000 |
commit | ccf7366db0b47e0720a61666acdaa6e6ab1e2273 (patch) | |
tree | ffd03dd9ab4cd8c8b0cd1c7f1df8a8d4f9e7d9d6 /options/locale | |
parent | 4f5c96627b4622d64593db2d436b1f3befa5f3c3 (diff) | |
download | gitea-ccf7366db0b47e0720a61666acdaa6e6ab1e2273.tar.gz gitea-ccf7366db0b47e0720a61666acdaa6e6ab1e2273.zip |
Add tag name in the commits list (#31082)
Fix #10036
This PR adds some labels for tags of this commit after the commit
message on the commits table. The tag template is share as commit
graph's.
Desktop:
<img width="1302" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/ba94e1e6-2a3d-44f3-85a3-575fb5667c97">
Mobile:
<img width="370" alt="image"
src="https://github.com/go-gitea/gitea/assets/81045/e3eb1f44-3686-4012-aa9d-52cd88b22c0e">
Diffstat (limited to 'options/locale')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ef7628967c..042fd549a0 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1274,6 +1274,7 @@ commit_graph.color = Color commit.contained_in = This commit is contained in: commit.contained_in_default_branch = This commit is part of the default branch commit.load_referencing_branches_and_tags = Load branches and tags referencing this commit +commit.load_tags_failed = Load tags failed because of internal error blame = Blame download_file = Download file normal_view = Normal View |