aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-05-18 11:28:29 -0300
committerAndrey Nering <andrey.nering@gmail.com>2017-05-18 11:28:29 -0300
commitdc2b28ed769c234def22050e5f2a487b60c697af (patch)
treee1f8c3a18a91a1a4da6c606bcb962a69b3ff82de /templates/base
parentc746875fcfc91b61082d1bae58cba7e1fef9eb91 (diff)
downloadgitea-dc2b28ed769c234def22050e5f2a487b60c697af.tar.gz
gitea-dc2b28ed769c234def22050e5f2a487b60c697af.zip
Show repos acording to user/organization
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index 68a7e43b69..61f0def7d9 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -14,6 +14,9 @@
{{if .IsSigned}}
<meta name="_uid" content="{{.SignedUser.ID}}" />
{{end}}
+ {{if .ContextUser}}
+ <meta name="_context_uid" content="{{.ContextUser.ID}}" />
+ {{end}}
{{if .GoGetImport}}
<meta name="go-import" content="{{.GoGetImport}} git {{.CloneLink.HTTPS}}">
<meta name="go-source" content="{{.GoGetImport}} _ {{.GoDocDirectory}} {{.GoDocFile}}">