diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl new file mode 100644 index 0000000..669ee32 --- /dev/null +++ b/templates/user/profile.tmpl @@ -0,0 +1,116 @@ +{{template "base/head" .}} +
+
+
+
+
+ {{if eq .SignedUserName .Owner.Name}} + + + + {{else}} + + + + {{end}} +
+ {{if .Owner.FullName}}{{.Owner.FullName}}{{end}} + {{.Owner.Name}} +
+
+ +
+
+
+
+ + + {{if eq .TabName "activity"}} +
+ {{template "user/dashboard/feeds" .}} +
+ {{else if eq .TabName "stars"}} +
+ {{template "explore/search" .}} + {{template "explore/repo_list" .}} + {{template "base/paginate" .}} +
+ {{else}} + {{template "explore/search" .}} + {{template "explore/repo_list" .}} + {{template "base/paginate" .}} + {{end}} +
+
+
+
+{{template "base/footer" .}}