From 969a540ce2f905d0a417c9707ac3337ba9242ac3 Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Mon, 21 Oct 2019 15:36:09 +0200 Subject: [PATCH] Add id references on all events to allow linking to it (#8608) --- .../repo/issue/view_content/comments.tmpl | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index e3ea9ba82..5a3d4026c 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -73,7 +73,7 @@ {{else if eq .Type 1}} -
+
@@ -81,7 +81,7 @@ {{.Poster.GetDisplayName}} {{$.i18n.Tr "repo.issues.reopened_at" .EventTag $createdStr | Safe}}
{{else if eq .Type 2}} -
+
@@ -89,7 +89,7 @@ {{.Poster.GetDisplayName}} {{$.i18n.Tr "repo.issues.closed_at" .EventTag $createdStr | Safe}}
{{else if or (eq .Type 3) (eq .Type 5) (eq .Type 6)}} - {{else if eq .Type 4}} -