diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 9adda95..a5425a7 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -975,7 +975,7 @@ function take_issue(){ $.post (_url, _data ).done( function(data) { var _user_url = '\n
{{g.fas_user.username| avatar(size=24) | safe}} ' - + '' + '{{ g.fas_user.username }}' + ' — Drop
';