diff --git a/pagure/templates/roadmap.html b/pagure/templates/roadmap.html index 15c369a..b06bcd5 100644 --- a/pagure/templates/roadmap.html +++ b/pagure/templates/roadmap.html @@ -8,59 +8,108 @@ {% block repo %} -
| {{ milestone }} - {% if repo.milestones[milestone] %} -   (Due: {{ repo.milestones[milestone] }}) - {% endif %} - | -Opened | - {% if status and status|lower != 'open' %} -Closed | - {% else %} -Modified | - {% endif %} -- Priority - | - {% if not status or status|lower == 'open' %} -- Assignee - | - {% endif %} -Status | -
|---|---|---|---|---|---|---|
| - #{{ issue.id }} - {% if issue.private %} - - {% endif %} - - {{ issue.title | noJS("img") | safe }} - - - {% if issue.comments|count > 0 %} - - - {{issue.comments|count}} - - {% endif %} - {% for tag in issue.tags%} - {{tag.tag}} - {% endfor%} - | -- {{ - issue.date_created | humanize}} - | -- {{ - issue.last_updated | humanize}} - | -- {% if issue.priority %} - {{repo.priorities[issue.priority | string] }} - {% endif %} - | -- {% if issue.assignee %} - {{ issue.assignee.default_email | avatar(16) | safe }} - {{ issue.assignee.user }} - {% else %} - unassigned - {% endif %} - | -- {{ issue.status }} - | -|
| No issues found | -||||||
| {{ milestone }} + {% if repo.milestones[milestone] %} +   (Due: {{ repo.milestones[milestone] }}) + {% endif %} + | +Opened | + {% if status and status|lower == 'closed' %} +Closed | + {% else %} +Modified | + {% endif %} ++ Priority + | ++ Assignee + | +Status | +
|---|---|---|---|---|---|---|
| + #{{ issue.id }} + {% if issue.private %} + + {% endif %} + + {{ issue.title | noJS("img") | safe }} + + + {% if issue.comments|count > 0 %} + + + {{issue.comments|count}} + + {% endif %} + {% for tag in issue.tags%} + {{tag.tag}} + {% endfor%} + | ++ {{ + issue.date_created | humanize}} + | ++ {% if status and status|lower == 'closed' %} + {{ + issue.closed_at | humanize}} + {% else %} + {{ + issue.last_updated | humanize}} + {% endif %} + | ++ {% if issue.priority %} + {{ repo.priorities[issue.priority | string] }} + {% endif %} + | ++ {% if issue.assignee %} + {{ issue.assignee.default_email | avatar(16) | safe }} + {{ issue.assignee.user }} + {% else %} + unassigned + {% endif %} + | ++ {{ issue.status }} + | +|
| No issues found | +||||||