From 83286aba3942ca5d277a0af2e62eaa8b592319ef Mon Sep 17 00:00:00 2001 From: Brad Date: Sat, 7 Jun 2014 13:22:58 -0700 Subject: [PATCH] replaced Host with Remote --- server/template/html/repo_branch.html | 2 +- server/template/repo_branch.amber | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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