1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

More changes

This commit is contained in:
evolvedlight
2014-10-13 20:23:30 +01:00
parent 211dc74816
commit 29ac3980ff
2 changed files with 15 additions and 1 deletions

View File

@@ -45,12 +45,13 @@
</a>
</li>
<li id="repo-header-fork">
<a id="repo-header-fork-btn" href="{{.RepoLink}}/action/fork">
<a id="repo-header-fork-btn" {{if not .IsRepositoryOwner}} href="{{.RepoLink}}/action/fork"{{end}}>
<button class="btn btn-gray text-bold btn-radius">
<i class="octicon octicon-repo-forked"></i>{{.i18n.Tr "repo.fork"}}
<span class="num">{{.Repository.NumForks}}</span>
</button>
</a>
</li>
</ul>
</div>