|
|
@@ -245,7 +245,10 @@
|
|
|
<li {{if .IsPrivate}}class="private"{{end}}>
|
|
|
<a href="{{AppSubURL}}/{{$.ContextUser.Name}}/{{.Name}}">
|
|
|
<i class="octicon octicon-repo-clone"></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">
|
|
|
{{.Interval}}H <i class="octicon octicon-sync rear"></i>
|
|
|
</span>
|