summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorJames Cracknell <james.h.cracknell@gmail.com>2014-11-28 11:53:00 -0700
committerJames Cracknell <james.h.cracknell@gmail.com>2014-11-28 11:53:00 -0700
commit4d123d0a932b1a3039e2e0ebf9ced7278b42395a (patch)
tree7784f18eaffcae7e2d6fcc3d9ec24394f949f7b7 /templates/user
parent5dd83086864365930e3e7685562feaedcde1e5c3 (diff)
downloadgitea-4d123d0a932b1a3039e2e0ebf9ced7278b42395a.tar.gz
gitea-4d123d0a932b1a3039e2e0ebf9ced7278b42395a.zip
Fix user links
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/issues.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/issues.tmpl b/templates/user/issues.tmpl
index 4549203930..bb81d4fae8 100644
--- a/templates/user/issues.tmpl
+++ b/templates/user/issues.tmpl
@@ -40,7 +40,7 @@
<h5 class="title"><a href="{{AppSubUrl}}/{{.Repo.Owner.Name}}/{{.Repo.Name}}/issues/{{.Index}}">{{.Name}}</a></h5>
<p class="info">
<span class="author"><img class="avatar" src="{{.Poster.AvatarLink}}" alt="" width="20"/>
- <a href="{{AppSubUrl}}/user/{{.Poster.Name}}">{{.Poster.Name}}</a></span>
+ <a href="{{AppSubUrl}}/{{.Poster.Name}}">{{.Poster.Name}}</a></span>
<span class="time">{{TimeSince .Created $.Lang}}</span>
<span class="comment"><i class="fa fa-comments"></i> {{.NumComments}}</span>
</p>