mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
fix tabs
This commit is contained in:
parent
d0e8141aaa
commit
cb640fac71
2 changed files with 1 additions and 14 deletions
|
@ -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;
|
||||
// }
|
||||
}
|
||||
|
|
|
@ -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}}
|
||||
· {{$stats.ClosedIssues}} closed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue