1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00
This commit is contained in:
Harvey Kandola 2016-09-10 16:28:00 -07:00
parent d0e8141aaa
commit cb640fac71
2 changed files with 1 additions and 14 deletions

View file

@ -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;
// }
}

View file

@ -37,8 +37,7 @@ const commitsTemplate = `
<div class="contributor-meta">
{{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}}
&middot; {{$stats.ClosedIssues}} closed