diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-01 00:33:40 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-01 00:33:40 +0800 |
commit | c5ce33047e77b03b8d6e289d2b250e15c65ae3d2 (patch) | |
tree | 068ff0edefa6a5e26def3a25e644ca3e29b54e64 /templates/repo/header.tmpl | |
parent | bf5595f9a0ee41a30ab04348e02d87ee9f53969a (diff) | |
download | gitea-c5ce33047e77b03b8d6e289d2b250e15c65ae3d2.tar.gz gitea-c5ce33047e77b03b8d6e289d2b250e15c65ae3d2.zip |
Mirror fix and hide missing pages for 0.5 release
Diffstat (limited to 'templates/repo/header.tmpl')
-rw-r--r-- | templates/repo/header.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 6f3d4c66ca..3812508248 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -44,14 +44,14 @@ </button> </a> </li> - <li id="repo-header-fork"> + <!-- <li id="repo-header-fork"> <a id="repo-header-fork-btn" href="{{.RepoLink}}/action/fork"> <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> + </li> --> </ul> </div> </div>
\ No newline at end of file |