From 8cdcd7df120ace5a2af67ea32b1555af21371b42 Mon Sep 17 00:00:00 2001 From: Neha Kandpal Date: Dec 14 2017 07:36:33 +0000 Subject: [PATCH 1/2] Forks sorted according to the dates --- diff --git a/pagure/templates/repo_stats.html b/pagure/templates/repo_stats.html index 2ec5694..9cd9ce4 100644 --- a/pagure/templates/repo_stats.html +++ b/pagure/templates/repo_stats.html @@ -48,7 +48,7 @@

Forks list

{% if repo.forks %}
- {% for fork in repo.forks %} + {% for fork in repo.forks | sort(reverse=True,attribute='date_created')%}