mirror of https://github.com/go-gitea/gitea.git
Browse Source
Replace #24130 Before:  After: pull/34810/head
12 changed files with 26 additions and 27 deletions
@ -1,20 +1,12 @@
@@ -1,20 +1,12 @@
|
||||
{{template "base/head" .}} |
||||
<div role="main" aria-label="{{.Title}}" class="page-content repository forks"> |
||||
{{template "repo/header" .}} |
||||
<div class="ui container"> |
||||
<div class="ui container fork-list"> |
||||
<h2 class="ui dividing header"> |
||||
{{ctx.Locale.Tr "repo.forks"}} |
||||
</h2> |
||||
<div class="flex-list"> |
||||
{{range .Forks}} |
||||
<div class="flex-item tw-border-0 repo-fork-item"> |
||||
<span>{{ctx.AvatarUtils.Avatar .Owner}}</span> |
||||
<span><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / <a href="{{.Link}}">{{.Name}}</a></span> |
||||
</div> |
||||
{{end}} |
||||
</div> |
||||
{{template "shared/repo/list" .}} |
||||
{{template "base/paginate" .}} |
||||
</div> |
||||
|
||||
{{template "base/paginate" .}} |
||||
</div> |
||||
{{template "base/footer" .}} |
||||
|
||||
Loading…
Reference in new issue