diff --git a/templates/repo/issue/milestone_issues.tmpl b/templates/repo/issue/milestone_issues.tmpl index f977074fe..981a8ae00 100644 --- a/templates/repo/issue/milestone_issues.tmpl +++ b/templates/repo/issue/milestone_issues.tmpl @@ -2,14 +2,9 @@
{{template "repo/header" .}}
-
+

{{.Milestone.Name}}

-
- {{.Milestone.RenderedContent|Str2html}} -
-
-
{{if not .Repository.IsArchived}}
@@ -20,6 +15,11 @@
{{end}}
+
+
+ {{.Milestone.RenderedContent|Str2html}} +
+
{{ $closedDate:= TimeSinceUnix .Milestone.ClosedDateUnix $.Lang }}