From 9c6f9601d1d59d9d79a75052d20dfd2635ee7d69 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 29 2016 08:33:58 +0000 Subject: [PATCH 1/7] made the unassigned text more subtle --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index ee1d195..2c3302f 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -125,9 +125,9 @@ {{ issue.assignee.user }} {% else %} - (unassigned) + assignee=0) }}">unassigned {% endif %} From f5cf558cf00c9f70b2b2db759a5c419b074019c1 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 29 2016 08:33:58 +0000 Subject: [PATCH 2/7] fixed the wrapping of usernames on the issues page --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 2c3302f..fee7c25 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -103,7 +103,7 @@ {% endif %} - + - + {{ issue.date_created.strftime('%Y-%m-%d %H:%M:%S') }} - + {% if issue.assignee %} - # - Title + Issue Reporter (#{{ issue.id }} {{ issue.title | noJS("img") | safe }} From 99d5f52fd269ea915f2fbb49b3803e12ece012a6 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 29 2016 08:33:58 +0000 Subject: [PATCH 4/7] show tags inline in issue list --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index 123e5e8..5da661f 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -99,6 +99,9 @@ {% if issue.private %} {% endif %} + {% for tag in issue.tags%} + {{tag.tag}} + {% endfor%} #{{ issue.id }} + {% if issue.private %} + + {% endif %} {{ issue.title | noJS("img") | safe }} - {% if issue.private %} - +    + {% if issue.comments|count > 0 %} + {{issue.comments|count}} {% endif %} {% for tag in issue.tags%} {{tag.tag}} From 902af34d22066a6084b07dd518c08a34606b07dc Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 29 2016 08:33:58 +0000 Subject: [PATCH 6/7] made the dates realtive in the issues list --- diff --git a/pagure/templates/issues.html b/pagure/templates/issues.html index b954aee..424fd0d 100644 --- a/pagure/templates/issues.html +++ b/pagure/templates/issues.html @@ -72,12 +72,12 @@ Issue + Opened Reporter (reset) - Opened Assignee ({{tag.tag}} {% endfor%} + + {{ + issue.date_created | humanize}} + - {{ issue.date_created.strftime('%Y-%m-%d %H:%M:%S') }} - {% if issue.assignee %} {% else %} - {% endif %} {% else %} - @@ -101,7 +104,11 @@    {% if issue.comments|count > 0 %} - {{issue.comments|count}} + + + {{issue.comments|count}} + {% endif %} {% for tag in issue.tags%} {{tag.tag}}