diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index 424f590f84..66168a48f9 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -43,7 +43,7 @@ {{end}}
{{if or .SignedUser.IsAdmin .ShowFooterVersion}}

{{ctx.Locale.Tr "admin.config.app_ver"}}: {{AppVer}}

{{end}} - {{if .SignedUser.IsAdmin}}

{{ctx.Locale.Tr "error.report_message" "https://github.com/go-gitea/gitea/issues"}}

{{end}} + {{if .SignedUser.IsAdmin}}

{{ctx.Locale.Tr "error.report_message" "https://git.marketally.com/gitcaddy/gitea/issues"}}

{{end}}
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index ccd6a078c4..24117bd5e6 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -54,7 +54,7 @@
{{if .Repo.IsPrivate}}{{svg "octicon-lock" 16}}{{else if .Repo.IsFork}}{{svg "octicon-repo-forked" 16}}{{else if .Repo.IsMirror}}{{svg "octicon-mirror" 16}}{{else}}{{svg "octicon-repo" 16}}{{end}} - {{if ne .Repo.OwnerID $.ContextUser.ID}} + {{if and .Repo.Owner (ne .Repo.OwnerID $.ContextUser.ID)}} {{.Repo.Owner.Name}}/ {{end}} {{.Repo.Name}}