diff options
author | Unknwon <u@gogs.io> | 2015-08-27 14:05:24 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-27 14:05:24 +0800 |
commit | ce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd (patch) | |
tree | 20f0ca03e4a79392fcf822d5bd2fd5d1c3929a1f /templates/user/dashboard | |
parent | b900863d60a79ab80327dab828138b7f79615d25 (diff) | |
download | gitea-ce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd.tar.gz gitea-ce386cfb616d8bd0601a3e2ee0d5d30cd0b5b0fd.zip |
fix suburl
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r-- | templates/user/dashboard/issues.tmpl | 2 |
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}}"> |