summaryrefslogtreecommitdiffstats
path: root/templates/admin/org/list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/org/list.tmpl')
-rw-r--r--templates/admin/org/list.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl
index 890ceed3a2..0230f03021 100644
--- a/templates/admin/org/list.tmpl
+++ b/templates/admin/org/list.tmpl
@@ -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>