diff --git a/issue/default.tmpl b/issue/default.tmpl index 6fc7a92..68d9cdc 100644 --- a/issue/default.tmpl +++ b/issue/default.tmpl @@ -62,7 +62,7 @@ - + @@ -94,6 +94,7 @@ {{else}} updated {{end}} + {{.Repo}}#{{.Issue.Index}} @@ -105,28 +106,10 @@ {{if not (eq .Body "")}} -

+

{{.Body | Str2html}}

- - - - - - - {{end}} - - - - - - - @@ -141,6 +124,26 @@
+
+ + + + + + + +
+ + + + + + +

{{AppName}}

{{if .IsMention}} diff --git a/src/default.html b/src/default.html index 86d0b31..47054b1 100644 --- a/src/default.html +++ b/src/default.html @@ -10,7 +10,7 @@

- +

@{{.Doer.Name}} @@ -27,15 +27,19 @@ {{else}} updated {{end}} + + {{.Repo}}#{{.Issue.Index}}

{{if not (eq .Body "")}}

{{.Body | Str2html}}

{{end}} - Visit Issue
+

{{AppName}}

{{if .IsMention}} @@ -45,4 +49,4 @@

- + \ No newline at end of file