|
|
@@ -204,7 +204,10 @@
|
|
|
<li>
|
|
|
<a href="{{AppSubURL}}/{{.Name}}">
|
|
|
<i class="octicon octicon-organization"></i>
|
|
|
- <strong class="text truncate item-name">{{.Name}}</strong>
|
|
|
+ <strong class="text truncate item-name">
|
|
|
+ {{.Name}}
|
|
|
+ {{if .IsVerified}}<i style="font-size:13px" class="verified octicon octicon-verified"></i>{{end}}
|
|
|
+ </strong>
|
|
|
<span class="ui right text light grey">
|
|
|
{{.NumRepos}} <i class="menu-icon octicon">📁</i>
|
|
|
</span>
|