Bläddra i källkod

Added Verified Repo on Mirror

Yoginth 7 år sedan
förälder
incheckning
5aba0cbf04
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. 4 1
      templates/user/dashboard/dashboard.tmpl

+ 4 - 1
templates/user/dashboard/dashboard.tmpl

@@ -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>