mirror of https://github.com/gogits/gogs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
529 B
12 lines
529 B
10 years ago
|
<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>
|