|
|
@ -293,7 +293,7 @@ var repoTmpl = template.Must(template.New("").Parse(`<!doctype html>
|
|
293
|
293
|
<section id="repo" class="repo-info">
|
|
294
|
294
|
<a id="commits" class="repo-stat" href="#"><span class="icon">⏲</span><span class="count">{{ .Repo.CommitCount }}</span> commits</a>
|
|
295
|
295
|
<a id="branches" class="repo-stat" href="#"><span class="icon">⛗</span><span class="count">{{ len .Repo.Branches }}</span> branches</a>
|
|
296
|
|
<a id="tags" class="repo-stat" href="#"><span class="icon">🔖</span><span class="count">{{ len .Repo.Tags }}</span> tags</a>
|
|
|
296
|
<a id="tags" class="repo-stat" href="#"><span class="icon">🏷︎</span><span class="count">{{ len .Repo.Tags }}</span> tags</a>
|
|
297
|
297
|
<a id="contributors" class="repo-stat" href="#"><span class="icon">👥</span><span class="count">{{ len .Repo.Contributors }}</span> contributors</a>
|
|
298
|
298
|
</section>
|
|
299
|
299
|
|