From acbb45e1150d747e21876b44ec0d1a86bdd9f228 Mon Sep 17 00:00:00 2001 From: rahul Bajaj Date: Oct 25 2016 12:47:56 +0000 Subject: Making date and time consistent with PR page --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index a3b0e90..71c7ca8 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -32,8 +32,9 @@
- Created - {{ issue.date_created | humanize}} by {{ issue.user.user }} + Created {{ issue.date_created | humanize}} by {{ issue.user.user }}
{{ show_initial_comment(issue, username, repo,issueid, form) }}