1
0
Fork 0
forked from forgejo/forgejo

Merge pull request #1750 from andreynering/dashboard-search-org-repos

More fixes for dashboard search
This commit is contained in:
Andrey Nering 2017-05-27 17:40:09 -03:00 committed by GitHub
commit e67ece26f0
4 changed files with 8 additions and 25 deletions

View file

@ -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}}">