mirror of
https://github.com/go-gitea/gitea
synced 2025-08-05 00:58:19 +00:00
[Fix] AllowedReaction code (#9518)
* optimize * CI.restart() Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
{{len $value}}
|
||||
</a>
|
||||
{{end}}
|
||||
{{if $.AllowedReactions}}
|
||||
{{template "repo/issue/view_content/add_reaction" Dict "ctx" $.ctx "ActionURL" .ActionURL "AllowedReactions" $.AllowedReactions}}
|
||||
{{if AllowedReactions}}
|
||||
{{template "repo/issue/view_content/add_reaction" Dict "ctx" $.ctx "ActionURL" .ActionURL}}
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user