From 2a2f025388b2f47cff4162adc207af2ba68d64d9 Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Tue, 25 Mar 2014 18:44:37 +0800 Subject: change css name style --- templates/user/active.tmpl | 4 ++-- templates/user/dashboard.tmpl | 8 ++++---- templates/user/delete.tmpl | 10 +++++----- templates/user/issues.tmpl | 4 ++-- templates/user/notification.tmpl | 4 ++-- templates/user/password.tmpl | 8 ++++---- templates/user/profile.tmpl | 12 ++++++------ templates/user/publickey.tmpl | 12 ++++++------ templates/user/pulls.tmpl | 4 ++-- templates/user/security.tmpl | 4 ++-- templates/user/setting.tmpl | 8 ++++---- templates/user/setting_nav.tmpl | 2 +- templates/user/signin.tmpl | 6 +++--- templates/user/signup.tmpl | 4 ++-- templates/user/stars.tmpl | 4 ++-- 15 files changed, 47 insertions(+), 47 deletions(-) (limited to 'templates/user') diff --git a/templates/user/active.tmpl b/templates/user/active.tmpl index 0df116cb40..9cac069dce 100644 --- a/templates/user/active.tmpl +++ b/templates/user/active.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} {{template "base/navbar" .}} -
-
+
+ {{.CsrfTokenHtml}}

Activate Your Account

{{if .IsActivatePage}} diff --git a/templates/user/dashboard.tmpl b/templates/user/dashboard.tmpl index ca5fecf268..bc0853fb0d 100644 --- a/templates/user/dashboard.tmpl +++ b/templates/user/dashboard.tmpl @@ -1,6 +1,6 @@ {{template "base/head" .}} {{template "base/navbar" .}} -
+
-
+
{{if .HasInfo}}
{{.InfoMsg}}
{{end}} -
+
    {{range .Feeds}}
  • @@ -26,7 +26,7 @@ {{end}}
-
+
Your Repositories New Repo diff --git a/templates/user/delete.tmpl b/templates/user/delete.tmpl index 46376672d4..a0f20fa2ca 100644 --- a/templates/user/delete.tmpl +++ b/templates/user/delete.tmpl @@ -1,7 +1,7 @@ {{template "base/head" .}} {{template "base/navbar" .}} -
-
+
+

Account Setting

-
+

Delete Account

{{if not .HasError}}The operation will delete your account permanently. Sorry to see you go, but we know you'll back soon.{{else}}{{.ErrorMsg}}{{end}}

- +