summaryrefslogtreecommitdiffstats
path: root/templates/repo/header.tmpl
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-11 15:30:11 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-11 15:30:11 -0500
commit4f360d8f081d77908e8f5982886551fff4a393ff (patch)
tree7734beb761c02db731f637c544afd9ebb74a30a3 /templates/repo/header.tmpl
parentdfa4b38081a01ab64edbdd4656cb8599cc441fab (diff)
downloadgitea-4f360d8f081d77908e8f5982886551fff4a393ff.tar.gz
gitea-4f360d8f081d77908e8f5982886551fff4a393ff.zip
Fix #617 and update Germeny locale
Diffstat (limited to 'templates/repo/header.tmpl')
-rw-r--r--templates/repo/header.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl
index 96f55eedd4..20e67db810 100644
--- a/templates/repo/header.tmpl
+++ b/templates/repo/header.tmpl
@@ -47,7 +47,7 @@
</a>
</li>
<li id="repo-header-fork">
- <a id="repo-header-fork-btn" {{if or (not $.IsRepositoryTrueOwner) $.Owner.IsOrganization}}href="/repo/fork?fork_id={{.Id}}"{{end}}>
+ <a id="repo-header-fork-btn" {{if or (not $.IsRepositoryTrueOwner) $.Owner.IsOrganization}}href="{{AppSubUrl}}/repo/fork?fork_id={{.Id}}"{{end}}>
<button class="btn btn-gray text-bold btn-radius">
<i class="octicon octicon-repo-forked"></i>{{$.i18n.Tr "repo.fork"}}
<span class="num">{{.NumForks}}</span>