From 50422f1fc226d71fe2f5f701c7ebdd1a5f2d143e Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 5 Aug 2016 12:12:54 -0700 Subject: #3348 always use relative avatar link in the template --- templates/user/dashboard/issues.tmpl | 2 +- templates/user/dashboard/navbar.tmpl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/user/dashboard') diff --git a/templates/user/dashboard/issues.tmpl b/templates/user/dashboard/issues.tmpl index c8d17b3c..38ead612 100644 --- a/templates/user/dashboard/issues.tmpl +++ b/templates/user/dashboard/issues.tmpl @@ -72,7 +72,7 @@ {{$.i18n.Tr "repo.issues.opened_by" $timeStr .Poster.HomeLink .Poster.Name | Safe}} {{if .Assignee}} - + {{end}}

diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index a078006c..02f21048 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -1,7 +1,7 @@
- + {{.SignedUser.Name}} {{range .Orgs}} - + {{.ShortName 20}} {{end}} -- cgit v1.2.3