From 5cf37323396fa08e8f93baa6f19ad3b1a6371324 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 8 Jul 2015 19:47:56 +0800 Subject: UI: install - new version --- templates/repo/issue/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/issue') diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index 0c817bc1..b165afa0 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -7,7 +7,7 @@
- + - -{{template "base/footer_old" .}} +{{template "base/footer" .}} \ No newline at end of file diff --git a/templates/repo/issue/list_old.tmpl b/templates/repo/issue/list_old.tmpl new file mode 100644 index 00000000..8c267382 --- /dev/null +++ b/templates/repo/issue/list_old.tmpl @@ -0,0 +1,120 @@ +{{template "base/head_old" .}} +{{template "base/navbar" .}} +{{template "repo/nav" .}} +{{template "repo/toolbar" .}} +
+
+
+ +
+

Label

+ + {{if or .IsRepositoryOwner .IsAdmin}} + +
+
+ {{.CsrfTokenHtml}} +
New Label
+
+ + + +
+
+ + +
+
+ {{end}} +
+
+
+ {{template "base/alert" .}} + +
+ {{range .Issues}}{{if .Poster}} +
+ #{{.Index}} +
+ {{.Name}} + + {{range .Labels}} + {{.Name}} + {{end}} + +
+

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

+
+ {{end}}{{end}} +
+
+
+
+ + + +{{template "base/footer_old" .}} diff --git a/templates/repo/issue/navbar.tmpl b/templates/repo/issue/navbar.tmpl new file mode 100644 index 00000000..e4a58f77 --- /dev/null +++ b/templates/repo/issue/navbar.tmpl @@ -0,0 +1,7 @@ +
+ +
\ No newline at end of file diff --git a/templates/repo/issue2/labels.tmpl b/templates/repo/issue2/labels.tmpl index 8c656e29..4044bdb3 100644 --- a/templates/repo/issue2/labels.tmpl +++ b/templates/repo/issue2/labels.tmpl @@ -1,7 +1,7 @@ {{template "ng/base/head" .}} {{template "ng/base/header" .}}
- {{template "repo/header" .}} + {{template "repo/header_old" .}}