|
|
|
@@ -8,7 +8,12 @@ |
|
|
|
|
|
|
|
<div class="row git-user-content"> |
|
|
|
<h3 class="ui header"> |
|
|
|
{{.i18n.Tr "home.contributors"}} ({{len .ContributorInfo}}) |
|
|
|
<div class="ui breadcrumb"> |
|
|
|
<a class="section" href="{{.RepoLink}}{{if (ne .BranchName .Repository.DefaultBranch)}}/src/{{.BranchNameSubURL | EscapePound}}{{end}}">{{.i18n.Tr "repo.code"}}</a> |
|
|
|
<div class="divider"> / </div> |
|
|
|
<div class="active section" href="{{.RepoLink}}/releases">{{.i18n.Tr "home.contributors"}} ({{len .ContributorInfo}})</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</h3> |
|
|
|
<div class="ui horizontal relaxed list"> |
|
|
|
{{range .ContributorInfo}} |
|
|
|
@@ -39,9 +44,6 @@ |
|
|
|
{{template "base/paginate" .}} |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{template "base/footer" .}} |