diff --git a/modules/context/repo.go b/modules/context/repo.go index 1e0f6461a2..5404acc05a 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -987,6 +987,7 @@ func RepoRefByType(refType RepoRefType, ignoreNotExistErr ...bool) func(*Context } ctx.Data["BranchName"] = ctx.Repo.BranchName + ctx.Data["RefName"] = ctx.Repo.RefName ctx.Data["BranchNameSubURL"] = ctx.Repo.BranchNameSubURL() ctx.Data["TagName"] = ctx.Repo.TagName ctx.Data["CommitID"] = ctx.Repo.CommitID diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 7b74c1cc76..fd1b60bef8 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -121,9 +121,9 @@ {{svg "octicon-download"}}