From aa178176db3a8b6f23208847f96e846e84edca38 Mon Sep 17 00:00:00 2001
From: jaqra <48099350+jaqra@users.noreply.github.com>
Date: Sun, 17 Nov 2019 17:00:39 +0300
Subject: [PATCH] Add first issue comment hashtag (#9052)

---
 templates/repo/issue/view_content.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl
index 9599930d7127..2379d21e9ccb 100644
--- a/templates/repo/issue/view_content.tmpl
+++ b/templates/repo/issue/view_content.tmpl
@@ -11,7 +11,7 @@
 	{{ $createdStr:= TimeSinceUnix .Issue.CreatedUnix $.Lang }}
 	<div class="twelve wide column comment-list prevent-before-timeline">
 		<ui class="ui comments timeline-line">
-			<div class="comment">
+			<div id="{{.Issue.HashTag}}" class="comment">
 			{{if .Issue.OriginalAuthor }}
 				<span class="avatar"><img src="/img/avatar_default.png"></span>
 			{{else}}