mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 18:14:15 +01:00
12 lines
No EOL
529 B
Cheetah
12 lines
No EOL
529 B
Cheetah
<li {{if .IsPrivate}}class="private"{{end}}>
|
|
<a href="{{.Owner.Name}}/{{.Name}}">
|
|
<i class="octicon octicon-{{if .IsPrivate}}lock{{else if .IsFork}}repo-forked{{else if .IsMirror}}repo-clone{{else}}repo{{end}}"></i>
|
|
<span class="repo-name">
|
|
<!-- <span class="repo-name-prefix">gogits / </span> -->
|
|
<strong class="repo">{{.Name}}</strong>
|
|
</span>
|
|
<span class="right repo-star">
|
|
<i class="octicon octicon-star"></i>{{.NumStars}}
|
|
</span>
|
|
</a>
|
|
</li> |