diff --git a/app/app/styles/section/github.scss b/app/app/styles/section/github.scss index 9eca5acb..cfac15a9 100644 --- a/app/app/styles/section/github.scss +++ b/app/app/styles/section/github.scss @@ -114,16 +114,4 @@ .branch { font-family: "open_sanssemibold"; } - - // span.label-private { - // font-weight: normal; - // color: #4c4a42; - // background-color: #ffefc6; - // padding: 3px 4px; - // font-size: 12px; - // border-radius: 2px; - // box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12); - // line-height: 1; - // margin-left: 10px; - // } } diff --git a/core/section/github/commits_template.go b/core/section/github/commits_template.go index 704e5c24..ae3118ea 100644 --- a/core/section/github/commits_template.go +++ b/core/section/github/commits_template.go @@ -37,8 +37,7 @@ const commitsTemplate = `
{{if gt $stats.OpenIssues 0}} assigned {{$stats.OpenIssues}} - {{if eq 1 $stats.OpenIssues}} issue - {{else}} issues {{end}} + {{if eq 1 $stats.OpenIssues}} issue {{else}} issues {{end}} {{end}} {{if gt $stats.ClosedIssues 0}} · {{$stats.ClosedIssues}} closed