|
|
@@ -156,7 +156,12 @@
|
|
|
<a href="{{AppSubURL}}/{{.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="text truncate owner-and-repo">
|
|
|
- <span class="text truncate owner-name">{{.Owner.Name}}</span> / <strong>{{.Name}}</strong>
|
|
|
+ <span class="text truncate owner-name">
|
|
|
+ {{.Owner.Name}}</span> / <strong>{{.Name}}
|
|
|
+ {{if .IsVerified}}
|
|
|
+ <i style="font-size:13px" class="verified octicon octicon-verified"></i>
|
|
|
+ {{end}}
|
|
|
+ </strong>
|
|
|
</span>
|
|
|
<span class="ui right text light grey">
|
|
|
{{.NumStars}} <i class="menu-icon octicon">⭐</i>
|