- {{template "repo/settings/nav" .}}
-
+{{template "base/head" .}}
+
-
-
- {{template "ng/base/alert" .}}
-
-
-
-
-
-
- {{.i18n.Tr "repo.settings.collaboration"}}
-
-
-
-
- -
- {{range .Collaborators}}
-
- - {{if not (eq .Id $.Owner.Id)}}{{end}} - - - {{.FullName}} ({{.Name}}) - - -
- {{end}} -
+ {{template "repo/header" .}}
+
-{{template "ng/base/footer" .}}
\ No newline at end of file
+{{template "base/footer" .}}
\ No newline at end of file
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl
index 9acf30ad0..d1d92e8a2 100644
--- a/templates/user/profile.tmpl
+++ b/templates/user/profile.tmpl
@@ -82,6 +82,7 @@
{{template "user/dashboard/feeds" .}}
+ {{template "repo/sidebar" .}}
+
+ {{template "repo/settings/navbar" .}}
+
+ {{template "base/alert" .}}
+
+ + {{.i18n.Tr "repo.settings.collaboration"}} +
+
+ {{range .Collaborators}}
+
+
+ {{if not (eq .Id $.Owner.Id)}}
+
+ {{end}}
+
+
+ {{.DisplayName}}
+
+
+ {{end}}
+
+
+
+