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

#2156 add edit org link in admin panel

This commit is contained in:
Unknwon
2015-12-12 15:47:59 -05:00
parent e444a67d59
commit 4108c12092
4 changed files with 5 additions and 3 deletions

View File

@@ -1 +1 @@
0.7.44.1211 Beta
0.7.44.1212

View File

@@ -18,6 +18,7 @@
<th>{{.i18n.Tr "admin.orgs.members"}}</th>
<th>{{.i18n.Tr "admin.users.repos"}}</th>
<th>{{.i18n.Tr "admin.users.created"}}</th>
<th>{{.i18n.Tr "admin.users.edit"}}</th>
</tr>
</thead>
<tbody>
@@ -29,6 +30,7 @@
<td>{{.NumMembers}}</td>
<td>{{.NumRepos}}</td>
<td><span title="{{DateFmtLong .Created}}">{{DateFmtShort .Created}}</span></td>
<td><a href="{{AppSubUrl}}/org/{{.Name}}/settings"><i class="fa fa-pencil-square-o"></i></a></td>
</tr>
{{end}}
</tbody>