diff --git a/app/views/teams/show.html.slim b/app/views/teams/show.html.slim
index 7988e62b6..bed035c4a 100644
--- a/app/views/teams/show.html.slim
+++ b/app/views/teams/show.html.slim
@@ -84,12 +84,14 @@
table.table.table-striped.table-hover
colgroup
col.col-50
- col.col-40
+ col.col-30
+ col.col-20
col.col-10
thead
tr
th Namespace
th Repositories
+ th Created At
th Public
tbody#namespaces
- @team_namespaces.each do |namespace|