From 82529e72f711dbab01368adc7874565feb9bc0dc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 20 2014 09:11:43 +0000 Subject: Give a little more information on the issues page regarding who and when the issue was opened --- diff --git a/progit/templates/issues.html b/progit/templates/issues.html index 1434a7c..f370ed3 100644 --- a/progit/templates/issues.html +++ b/progit/templates/issues.html @@ -22,7 +22,10 @@ {% endif %} {{ issue.title }} - {{ issue.date_created.strftime('%Y-%m-%d %H:%M') }} + Opened by + + {{issue.user}} + on {{ issue.date_created.strftime('%Y-%m-%d %H:%M') }} {% endfor %}