From f3ed11d177d76bcb1850c6670c1516d25a66eb2c Mon Sep 17 00:00:00 2001 From: zhsso Date: Thu, 10 Apr 2014 14:20:01 -0400 Subject: mistakes --- templates/issue/create.tmpl | 43 ------------------ templates/issue/list.tmpl | 40 ----------------- templates/issue/user.tmpl | 52 ---------------------- templates/issue/view.tmpl | 105 -------------------------------------------- 4 files changed, 240 deletions(-) delete mode 100644 templates/issue/create.tmpl delete mode 100644 templates/issue/list.tmpl delete mode 100644 templates/issue/user.tmpl delete mode 100644 templates/issue/view.tmpl (limited to 'templates/issue') diff --git a/templates/issue/create.tmpl b/templates/issue/create.tmpl deleted file mode 100644 index 5375040b..00000000 --- a/templates/issue/create.tmpl +++ /dev/null @@ -1,43 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -{{template "repo/nav" .}} -{{template "repo/toolbar" .}} -
-
-
- {{.CsrfTokenHtml}} -
- -
-
-
- -
-
-
- Content with Markdown -
- -
-
-
- -
-
-
loading...
-
-
-
-
- - -
-
-
-
-
-
-{{template "base/footer" .}} diff --git a/templates/issue/list.tmpl b/templates/issue/list.tmpl deleted file mode 100644 index de25b0e3..00000000 --- a/templates/issue/list.tmpl +++ /dev/null @@ -1,40 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -{{template "repo/nav" .}} -{{template "repo/toolbar" .}} -
-
- -
- -
- {{range .Issues}} -
- #{{.Index}} -
{{.Name}}
-

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

-
- {{end}} -
-
-
-
- -{{template "base/footer" .}} diff --git a/templates/issue/user.tmpl b/templates/issue/user.tmpl deleted file mode 100644 index 1d49395c..00000000 --- a/templates/issue/user.tmpl +++ /dev/null @@ -1,52 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -
-
- -

Your Issues

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

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

-
- {{end}} -
-
-
-
-{{template "base/footer" .}} \ No newline at end of file diff --git a/templates/issue/view.tmpl b/templates/issue/view.tmpl deleted file mode 100644 index 16d60d35..00000000 --- a/templates/issue/view.tmpl +++ /dev/null @@ -1,105 +0,0 @@ -{{template "base/head" .}} -{{template "base/navbar" .}} -{{template "repo/nav" .}} -{{template "repo/toolbar" .}} -
-
-
-
-
#{{.Issue.Index}}
- -

{{.Issue.Name}}

- - -

- {{if .IsIssueOwner}}Edit - - {{end}} - {{if .Issue.IsClosed}}Closed{{else}}Open{{end}} - {{.Issue.Poster.Name}} opened this issue - {{TimeSince .Issue.Created}} ยท {{.Issue.NumComments}} comments -

-
-
-
-
-
- {{str2html .Issue.RenderedContent}} -
- -
-
- {{range .Comments}} - {{if eq .Type 0}} -
- -
-
- {{.Poster.Name}} commented {{TimeSince .Created}} - - Owner -
-
- {{str2html .Content}} -
-
-
- {{else if eq .Type 1}} -
- -
- {{.Poster.Name}} Reopened this issue {{TimeSince .Created}} -
-
- {{else if eq .Type 2}} -
- -
- {{.Poster.Name}} Closed this issue {{TimeSince .Created}} -
-
- {{end}} - {{end}} -
- {{if .SignedUser}}
- -
- {{.CsrfTokenHtml}} -
-
-
Content with Markdown -
- -
-
-
- - -
-
-
Loading...
-
-
-
-
- {{if .Issue.IsClosed}} - {{else}} - {{end}}   - -
-
-
-
-
{{else}}
Sign up for free to join this conversation. Already have an account? Sign in to comment
{{end}} -
-
-
-
-{{template "base/footer" .}} -- cgit v1.2.3