Browse Source

Added Verified Org on Org Tab

Yoginth 7 years ago
parent
commit
899379b689
1 changed files with 4 additions and 1 deletions
  1. 4 1
      templates/user/dashboard/dashboard.tmpl

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

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