From 9432278d4074eae7f3a1a009f8280f4e3c60008f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 27 2019 14:54:32 +0000 Subject: Add missing namespace on the link to see the user's issues Signed-off-by: Pierre-Yves Chibon --- 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
';