diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index a572b78..8bec524 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -360,7 +360,7 @@ $(function() { }); -{% if config['EVENTSOURCE_SOURCE'] %} +{% if config['EVENTSOURCE_SOURCE'] and not issue.private %}