diff --git a/server/template/html/repo_branch.html b/server/template/html/repo_branch.html index b8bd35f68..9edbb7f25 100644 --- a/server/template/html/repo_branch.html +++ b/server/template/html/repo_branch.html @@ -56,7 +56,7 @@
Recent Branches diff --git a/server/template/repo_branch.amber b/server/template/repo_branch.amber index b569739b7..586c0198b 100644 --- a/server/template/repo_branch.amber +++ b/server/template/repo_branch.amber @@ -38,7 +38,7 @@ block content each $commit in Branches li .pure-menu-selected ? $branch == Branch - a[data-status=Status][href="/"+$repo.Remote+"/"+$repo.Owner+"/"+$repo.Name+"/branch/"+Branch] #{Branch} + a[data-status=Status][href="/"+$repo.Host+"/"+$repo.Owner+"/"+$repo.Name+"/branch/"+Branch] #{Branch} block append scripts