summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue
diff options
context:
space:
mode:
authorCirno the Strongest <1447794+CirnoT@users.noreply.github.com>2020-06-03 02:22:26 +0200
committerGitHub <noreply@github.com>2020-06-02 20:22:26 -0400
commitd0a18a12704360c06cf48b586956148a17a4505a (patch)
treeff3e08b375af392162784c2a2a10daf2f6109b35 /templates/repo/issue
parenta1ad188326f9af633d2be0920a140275a4972bfe (diff)
downloadgitea-d0a18a12704360c06cf48b586956148a17a4505a.tar.gz
gitea-d0a18a12704360c06cf48b586956148a17a4505a.zip
Show full GPG commit status on PR commit history (#11702)
* Show full GPG commit status on PR commit history * move shabox badge to separate template * unnecessary $ Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates/repo/issue')
-rw-r--r--templates/repo/issue/view_content/comments.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl
index fcec8f6bae..b227061109 100644
--- a/templates/repo/issue/view_content/comments.tmpl
+++ b/templates/repo/issue/view_content/comments.tmpl
@@ -608,7 +608,7 @@
</span>
</div>
{{if not .IsForcePush}}
- {{template "repo/commits_list_small" .}}
+ {{template "repo/commits_list_small" dict "comment" . "root" $}}
{{end}}
{{end}}
{{end}}