From 80055bde86c21f1245a7b45ba30406db7640fec0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 24 May 2014 15:28:31 -0400 Subject: Code convention --- templates/issue/user.tmpl | 52 -------------------------------------------- templates/user/issue.tmpl | 52 ++++++++++++++++++++++++++++++++++++++++++++ templates/user/password.tmpl | 2 +- templates/user/setting.tmpl | 2 +- 4 files changed, 54 insertions(+), 54 deletions(-) delete mode 100644 templates/issue/user.tmpl create mode 100644 templates/user/issue.tmpl (limited to 'templates') diff --git a/templates/issue/user.tmpl b/templates/issue/user.tmpl deleted file mode 100644 index d1c2bd99..00000000 --- a/templates/issue/user.tmpl +++ /dev/null @@ -1,52 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -
-
- -

Your Issues

-
-
-
- {{if .HasInfo}}
{{.InfoMsg}}
{{end}} -
- -
-
-
- Open - Closed -
-
-
- {{range .Issues}}{{if .}} -
- #{{.Index}} -
{{.Name}}
-

- - {{.Poster.Name}} - {{TimeSince .Created}} - {{.NumComments}} -

-
- {{end}}{{end}} -
-
-
-
-{{template "base/footer" .}} \ No newline at end of file diff --git a/templates/user/issue.tmpl b/templates/user/issue.tmpl new file mode 100644 index 00000000..d1c2bd99 --- /dev/null +++ b/templates/user/issue.tmpl @@ -0,0 +1,52 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +
+
+ +

Your Issues

+
+
+
+ {{if .HasInfo}}
{{.InfoMsg}}
{{end}} +
+ +
+
+
+ Open + Closed +
+
+
+ {{range .Issues}}{{if .}} +
+ #{{.Index}} +
{{.Name}}
+

+ + {{.Poster.Name}} + {{TimeSince .Created}} + {{.NumComments}} +

+
+ {{end}}{{end}} +
+
+
+
+{{template "base/footer" .}} \ No newline at end of file diff --git a/templates/user/password.tmpl b/templates/user/password.tmpl index aaa4fe28..955a744e 100644 --- a/templates/user/password.tmpl +++ b/templates/user/password.tmpl @@ -2,7 +2,7 @@ {{template "base/navbar" .}}
{{template "user/setting_nav" .}} -
+
{{template "base/alert" .}}
diff --git a/templates/user/setting.tmpl b/templates/user/setting.tmpl index 5d55d609..b197b0eb 100644 --- a/templates/user/setting.tmpl +++ b/templates/user/setting.tmpl @@ -2,7 +2,7 @@ {{template "base/navbar" .}}
{{template "user/setting_nav" .}} -
+
{{template "base/alert" .}}
-- cgit v1.2.3