mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Use label to describe repository type (#11891)
* Use label instead of icon to describe repository type when repo avatar is set * header_icon is not longer duplicated; move out of separate template * handle archived case too * use everywhere * public template -> template * bring back separate icon in better form * definitely was overthinking this * 32 Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
committed by
GitHub
parent
daf62841f6
commit
d9aa007a9e
@@ -673,6 +673,14 @@ reactions_more = and %d more
|
||||
unit_disabled = The site administrator has disabled this repository section.
|
||||
language_other = Other
|
||||
|
||||
desc.private = Private
|
||||
desc.public = Public
|
||||
desc.private_template = Private template
|
||||
desc.public_template = Template
|
||||
desc.internal = Internal
|
||||
desc.internal_template = Internal template
|
||||
desc.archived = Archived
|
||||
|
||||
template.items = Template Items
|
||||
template.git_content = Git Content (Default Branch)
|
||||
template.git_hooks = Git Hooks
|
||||
|
Reference in New Issue
Block a user