From dc136f427da89886bd78a1d0122fbf1323af7224 Mon Sep 17 00:00:00 2001 From: TheClashFruit Date: Sun, 3 Dec 2023 12:23:42 +0100 Subject: [PATCH] fix: fix missied things --- issue/default.tmpl | 43 +++++++++++++++++++++++-------------------- src/default.html | 10 +++++++--- 2 files changed, 30 insertions(+), 23 deletions(-) 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