mirror of
https://github.com/go-gitea/gitea
synced 2025-08-04 16:48:37 +00:00
Forks repository list page follow other repositories page (#34784)
Replace #24130 Before:  After: 
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
{{if .ProfileReadmeContent}}
|
||||
<div id="readme_profile" class="render-content markup" data-profile-view-as-member="{{.IsViewingOrgAsMember}}">{{.ProfileReadmeContent}}</div>
|
||||
{{end}}
|
||||
{{template "shared/repo_search" .}}
|
||||
{{template "explore/repo_list" .}}
|
||||
{{template "shared/repo/search" .}}
|
||||
{{template "shared/repo/list" .}}
|
||||
{{template "base/paginate" .}}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user