mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
prettier
This commit is contained in:
+4
-4
@@ -30,7 +30,7 @@
|
||||
⭐ {{.Stars}} 🍴 {{.Forks}} 👀 {{.Watchers}} ⚖️ No license 🌿
|
||||
{{.DefaultBranch}}
|
||||
</p>
|
||||
<p><a href=/{{.Fullname}}/wiki>Wiki</a></p>
|
||||
<p><a href="/{{.Fullname}}/wiki">Wiki</a></p>
|
||||
{{ end }} {{ if .Language }} {{range $o := .Language}}{{$o.Name}}
|
||||
{{$o.Percent}}, {{end}}
|
||||
<div class="lang-bar">
|
||||
@@ -42,9 +42,9 @@
|
||||
</div>
|
||||
{{end}} {{ if or .CommitsAhead .CommitsBehind }}
|
||||
<p>
|
||||
This repository is {{if .CommitsBehind}} {{.CommitsBehind}} commits behind {{end}} {{if and .CommitsBehind .CommitsAhead}} and {{end}}
|
||||
{{if .CommitsAhead}} {{ .CommitsAhead }} commits ahead of {{end}} its
|
||||
parent.
|
||||
This repository is {{if .CommitsBehind}} {{.CommitsBehind}} commits behind
|
||||
{{end}} {{if and .CommitsBehind .CommitsAhead}} and {{end}} {{if
|
||||
.CommitsAhead}} {{ .CommitsAhead }} commits ahead of {{end}} its parent.
|
||||
</p>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user