diff --git a/pagure/templates/requests.html b/pagure/templates/requests.html index adddb9d..1e60ba2 100644 --- a/pagure/templates/requests.html +++ b/pagure/templates/requests.html @@ -22,34 +22,17 @@ repo=repo.name) }}?status=0">Closed - {% if status|lower == 'open' %} - - ({{ oth_requests }} Closed) - {% else %} - - ({{ oth_requests }} Open) - {% endif %} - - -
| # | -Title | +Pull Request | +Opened | Reporter(reset) | -Opened date | Assignee(reset) @@ -61,14 +44,17 @@ | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| #{{ request.id }} | - {{ request.title | noJS("img") | safe }} + PR#{{ request.id }} {% if status|lower != 'open' %}{{request.status}}{%endif%} {{ request.title | noJS("img") | safe }} | -+ | + {{ + request.date_created | humanize}} + | +- | - {{ request.date_created.strftime('%Y-%m-%d %H:%M:%S') }} - | -+ | {% if request.assignee %} No pull-request found | +No Pull Requests found | ||||