diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-06-03 02:22:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 20:22:26 -0400 |
commit | d0a18a12704360c06cf48b586956148a17a4505a (patch) | |
tree | ff3e08b375af392162784c2a2a10daf2f6109b35 /templates/repo/issue | |
parent | a1ad188326f9af633d2be0920a140275a4972bfe (diff) | |
download | gitea-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.tmpl | 2 |
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}} |