summaryrefslogtreecommitdiffstats
path: root/templates/repo/header.tmpl
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-01 00:33:40 +0800
committerUnknwon <joe2010xtmf@163.com>2014-09-01 00:33:40 +0800
commitc5ce33047e77b03b8d6e289d2b250e15c65ae3d2 (patch)
tree068ff0edefa6a5e26def3a25e644ca3e29b54e64 /templates/repo/header.tmpl
parentbf5595f9a0ee41a30ab04348e02d87ee9f53969a (diff)
downloadgitea-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.tmpl4
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