diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index a2751b4..5cd8999 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -35,7 +35,8 @@ {% endif %}

- #{{ issueid }} {{ issue.title | noJS }} + #{{ issueid }} {{ + issue.title | noJS }} {% if authenticated and (repo_admin or g.fas_user.username == issue.user.username) %} - @@ -472,6 +473,22 @@ source.addEventListener('message', function(e) { '; field.html(field.html() + _data); } + if (data.fields){ + console.log('Adjusting issue ' + data.fields); + for (i=0; i' + data.issue.content + '

'); + } + } + } }, false);