mirror of
https://github.com/go-gitea/gitea.git
synced 2025-05-18 00:49:09 -04:00
Backport #34436 by @badhezi Resolves https://github.com/go-gitea/gitea/issues/34435 --------- Co-authored-by: badhezi <zlilaharon@gmail.com>
This commit is contained in:
parent
3e7cb5b639
commit
cccd54999a
@ -10,6 +10,7 @@ been added to each release, please refer to the [blog](https://blog.gitea.com).
|
|||||||
* Fix a bug when uploading file via lfs ssh command (#34408) (#34411)
|
* Fix a bug when uploading file via lfs ssh command (#34408) (#34411)
|
||||||
* Update net package (#34228) (#34232)
|
* Update net package (#34228) (#34232)
|
||||||
* BUGFIXES
|
* BUGFIXES
|
||||||
|
* Fix releases sidebar navigation link (#34436) #34439
|
||||||
* Fix bug webhook milestone is not right. (#34419) #34429
|
* Fix bug webhook milestone is not right. (#34419) #34429
|
||||||
* Fix two missed null value checks on the wiki page. (#34205) (#34215)
|
* Fix two missed null value checks on the wiki page. (#34205) (#34215)
|
||||||
* Swift files can be passed either as file or as form value (#34068) (#34236)
|
* Swift files can be passed either as file or as form value (#34068) (#34236)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="flex-item">
|
<div class="flex-item">
|
||||||
<div class="flex-item-main">
|
<div class="flex-item-main">
|
||||||
<div class="flex-item-title">
|
<div class="flex-item-title">
|
||||||
<a class="item muted" href="{{.Link}}/releases">
|
<a class="item muted" href="{{.RepoLink}}/releases">
|
||||||
{{ctx.Locale.Tr "repo.releases"}}
|
{{ctx.Locale.Tr "repo.releases"}}
|
||||||
<span class="ui small label">{{.NumReleases}}</span>
|
<span class="ui small label">{{.NumReleases}}</span>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user