summaryrefslogtreecommitdiffstats
path: root/templates/repo/nav.tmpl
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-25 12:12:27 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-25 12:12:27 -0400
commit2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf (patch)
tree7fdae59ac504c0aedd0a657ff9a9bd9f30de3b22 /templates/repo/nav.tmpl
parent23d103c72163cdb4ea65c9756edf22c597060a7e (diff)
downloadgitea-2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf.tar.gz
gitea-2fa8d0c8dd43f95e1659a266e84c7713cc8f2fcf.zip
Added create issue
Diffstat (limited to 'templates/repo/nav.tmpl')
-rw-r--r--templates/repo/nav.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/nav.tmpl b/templates/repo/nav.tmpl
index e1b22b1c93..02096c34c1 100644
--- a/templates/repo/nav.tmpl
+++ b/templates/repo/nav.tmpl
@@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col-md-7">
- <h3 class="name"><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / {{.Repository.Name}}</h3>
+ <h3 class="name"><i class="fa fa-book fa-lg"></i><a href="{{.Owner.HomeLink}}">{{.Owner.Name}}</a> / <a href="/{{.Owner.Name}}/{{.Repository.Name}}">{{.Repository.Name}}</a></h3>
<p class="desc">{{.Repository.Description}}{{if .Repository.Website}} <a href="{{.Repository.Website}}">{{.Repository.Website}}</a>{{end}}</p>
</div>
<div class="col-md-5 actions text-right clone-group-btn">