From cb640fac71a1c00b1bfd1aa3ca1b42429b0752c7 Mon Sep 17 00:00:00 2001 From: Harvey Kandola Date: Sat, 10 Sep 2016 16:28:00 -0700 Subject: [PATCH] fix tabs --- app/app/styles/section/github.scss | 12 ------------ core/section/github/commits_template.go | 3 +-- 2 files changed, 1 insertion(+), 14 deletions(-) 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