From f88171d43374640e95cffff032f528558722073a Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Thu, 13 Feb 2014 15:43:40 -0700 Subject: [PATCH] branch is using url param on all pages now, until we get wildcard routing --- pkg/template/pages/repo_badges.html | 4 ++-- pkg/template/pages/team_dashboard.html | 2 +- pkg/template/pages/user_dashboard.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/template/pages/repo_badges.html b/pkg/template/pages/repo_badges.html index 515e78417..d6231ebba 100644 --- a/pkg/template/pages/repo_badges.html +++ b/pkg/template/pages/repo_badges.html @@ -34,11 +34,11 @@
- +
- +
diff --git a/pkg/template/pages/team_dashboard.html b/pkg/template/pages/team_dashboard.html index b6ebd5738..babd8f838 100644 --- a/pkg/template/pages/team_dashboard.html +++ b/pkg/template/pages/team_dashboard.html @@ -52,7 +52,7 @@ {{ if $commit.PullRequest }}

opened pull request # {{$commit.PullRequest}}

{{ else }} -

commit {{$commit.HashShort}} to {{$commit.Branch}} branch

+

commit {{$commit.HashShort}} to {{$commit.Branch}} branch

{{ end }} diff --git a/pkg/template/pages/user_dashboard.html b/pkg/template/pages/user_dashboard.html index f3414144b..12138dbbb 100644 --- a/pkg/template/pages/user_dashboard.html +++ b/pkg/template/pages/user_dashboard.html @@ -50,7 +50,7 @@ {{ if $commit.PullRequest }}

opened pull request # {{$commit.PullRequest}}

{{ else }} -

commit {{$commit.HashShort}} to {{$commit.Branch}} branch

+

commit {{$commit.HashShort}} to {{$commit.Branch}} branch

{{ end }}