Blog
Services
Docs
Donate
Status
English
Bahasa Indonesia
Deutsch
English
Español
Esperanto
Filipino
Français
Italiano
Latviešu
Magyar nyelv
Nederlands
Polski
Português de Portugal
Português do Brasil
Slovenščina
Suomi
Svenska
Türkçe
Čeština
Ελληνικά
Български
Русский
Українська
فارسی
日本語
简体中文
繁體中文(台灣)
繁體中文(香港)
한국어
Ark
Search
Create
Migrate
Explore
Login
Blog
Docs
Status
Explore
Login
Ark
Infrastructure
/
forgejo
Watch
0
Fork
You've already forked forgejo
0
mirror of
https://codeberg.org/forgejo/forgejo.git
synced
2024-12-26 01:14:10 -05:00
Code
Issues
Activity
f89f7ced5f
forgejo
/
templates
/
shared
/
user
/
name.tmpl
2 lines
96 B
Go HTML Template
Raw
Normal View
History
Unescape
Escape
Always use whole user name as link (#27815) Starting from #25790 this shared template only linked the username of the user if both display name and username were shown. I experienced myself always trying to click on the display name - I think it is annoying for others too. After: ![grafik](https://github.com/go-gitea/gitea/assets/47871822/a0e82127-b773-4ca4-890f-d18422a7bef2) ![grafik](https://github.com/go-gitea/gitea/assets/47871822/79efcf93-2f50-4fc4-ba15-afc6174be48c)
2023-10-30 04:53:16 -05:00
<
a
class
=
"text muted"
href
=
"
{{
.HomeLink
}}
"
>
{{
.Name
}}{{
if
.FullName
}}
(
{{
.FullName
}}
)
{{
end
}}
</
a
>
Reference in a new issue
Copy permalink