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