summaryrefslogtreecommitdiffstats
path: root/templates/user
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-16 16:21:17 +0800
committerUnknwon <joe2010xtmf@163.com>2014-08-16 16:21:17 +0800
commitbba707de36d9bfbdb3001e3e89fac0c072aa14e9 (patch)
tree2b3ee7fc662baea04cecdf14b8a2758c108f83cc /templates/user
parent78add502d71dca43bb59ab9ad91745c64d0bf74d (diff)
downloadgitea-bba707de36d9bfbdb3001e3e89fac0c072aa14e9.tar.gz
gitea-bba707de36d9bfbdb3001e3e89fac0c072aa14e9.zip
Finish team list, create new team, join/leave team page
Diffstat (limited to 'templates/user')
-rw-r--r--templates/user/auth/activate.tmpl (renamed from templates/user/activate.tmpl)0
-rw-r--r--templates/user/auth/forgot_passwd.tmpl (renamed from templates/user/forgot_passwd.tmpl)0
-rw-r--r--templates/user/auth/reset_passwd.tmpl (renamed from templates/user/reset_passwd.tmpl)0
-rw-r--r--templates/user/auth/signin.tmpl (renamed from templates/user/signin.tmpl)0
-rw-r--r--templates/user/auth/signup.tmpl (renamed from templates/user/signup.tmpl)0
-rw-r--r--templates/user/stars.tmpl17
6 files changed, 0 insertions, 17 deletions
diff --git a/templates/user/activate.tmpl b/templates/user/auth/activate.tmpl
index acdad9e80b..acdad9e80b 100644
--- a/templates/user/activate.tmpl
+++ b/templates/user/auth/activate.tmpl
diff --git a/templates/user/forgot_passwd.tmpl b/templates/user/auth/forgot_passwd.tmpl
index 3b5512673b..3b5512673b 100644
--- a/templates/user/forgot_passwd.tmpl
+++ b/templates/user/auth/forgot_passwd.tmpl
diff --git a/templates/user/reset_passwd.tmpl b/templates/user/auth/reset_passwd.tmpl
index d17abde2ba..d17abde2ba 100644
--- a/templates/user/reset_passwd.tmpl
+++ b/templates/user/auth/reset_passwd.tmpl
diff --git a/templates/user/signin.tmpl b/templates/user/auth/signin.tmpl
index c2f6ef877a..c2f6ef877a 100644
--- a/templates/user/signin.tmpl
+++ b/templates/user/auth/signin.tmpl
diff --git a/templates/user/signup.tmpl b/templates/user/auth/signup.tmpl
index b4736a07ce..b4736a07ce 100644
--- a/templates/user/signup.tmpl
+++ b/templates/user/auth/signup.tmpl
diff --git a/templates/user/stars.tmpl b/templates/user/stars.tmpl
deleted file mode 100644
index 253efd6eec..0000000000
--- a/templates/user/stars.tmpl
+++ /dev/null
@@ -1,17 +0,0 @@
-{{template "base/head" .}}
-{{template "base/navbar" .}}
-<div id="body-nav">
- <div class="container">
- <ul class="nav nav-pills pull-right">
- <li><a href="/">Feed</a></li>
- <li><a href="/issues">Issues</a></li>
- <li><a href="/pulls">Pull Requests</a></li>
- <li class="active"><a href="/stars">Stars</a></li>
- </ul>
- <h3>Stars</h3>
- </div>
-</div>
-<div id="body" class="container" data-page="user">
- {{if .HasInfo}}<div class="alert alert-info">{{.InfoMsg}}</div>{{end}}
-</div>
-{{template "base/footer" .}} \ No newline at end of file