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 ----------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 templates/issue/user.tmpl (limited to 'templates/issue') 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 -- cgit v1.2.3