1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

add some log

This commit is contained in:
Unknwon
2015-11-21 19:11:57 -05:00
parent 3623b0927e
commit 8966750fd4
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@
{{range .Orgs}}
<tr>
<td>{{.Id}}</td>
<td><a href="{{AppSubUrl}}/org/{{.Name}}">{{.Name}}</a></td>
<td><a href="{{.HomeLink}}">{{.Name}}</a></td>
<td>{{.NumTeams}}</td>
<td>{{.NumMembers}}</td>
<td>{{.NumRepos}}</td>