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