summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-27 14:05:24 +0800
committerUnknwon <u@gogs.io>2015-08-27 14:05:24 +0800
commitce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd (patch)
tree20f0ca03e4a79392fcf822d5bd2fd5d1c3929a1f /templates/user/dashboard
parentb900863d60a79ab80327dab828138b7f79615d25 (diff)
downloadgitea-ce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd.tar.gz
gitea-ce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd.zip
fix suburl
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r--templates/user/dashboard/issues.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl
index c22b35481f..5e062a3b24 100644
--- a/templates/user/dashboard/issues.tmpl
+++ b/templates/user/dashboard/issues.tmpl
@@ -49,7 +49,7 @@
{{end}}
<p class="desc">
- {{$.i18n.Tr "repo.issues.opened_by" $timeStr .Poster.Name | Safe}}
+ {{$.i18n.Tr "repo.issues.opened_by" $timeStr .Poster.HomeLink .Poster.Name | Safe}}
{{if .Assignee}}
<a class="ui right assignee poping up" href="{{.Assignee.HomeLink}}" data-content="{{.Assignee.Name}}" data-variation="inverted" data-position="left center">
<img class="ui avatar image" src="{{.Assignee.AvatarLink}}">