summaryrefslogtreecommitdiffstats
path: root/templates/admin/org
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/org')
-rw-r--r--templates/admin/org/list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/org/list.tmpl b/templates/admin/org/list.tmpl
index f901c69692..b522dc08a3 100644
--- a/templates/admin/org/list.tmpl
+++ b/templates/admin/org/list.tmpl
@@ -35,7 +35,7 @@
<td>{{.NumTeams}}</td>
<td>{{.NumMembers}}</td>
<td>{{.NumRepos}}</td>
- <td>{{DateFormat .Created "M d, Y"}}</td>
+ <td><span title="{{DateFormat .Created "r"}}">{{DateFormat .Created "M d, Y"}}</span></td>
</tr>
{{end}}
</tbody>