diff options
author | jaqra <48099350+jaqra@users.noreply.github.com> | 2019-11-17 17:00:39 +0300 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-11-17 16:00:39 +0200 |
commit | aa178176db3a8b6f23208847f96e846e84edca38 (patch) | |
tree | 8b65e50e227ad9c25078ec754fb846b2c8b1a148 /templates/repo/issue | |
parent | 8f09aff427add98cbad0254c4849ea6eee34e070 (diff) | |
download | gitea-aa178176db3a8b6f23208847f96e846e84edca38.tar.gz gitea-aa178176db3a8b6f23208847f96e846e84edca38.zip |
Add first issue comment hashtag (#9052)
Diffstat (limited to 'templates/repo/issue')
-rw-r--r-- | templates/repo/issue/view_content.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl index 9599930d71..2379d21e9c 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}} |