diff --git a/pagure/templates/forks.html b/pagure/templates/forks.html index 70b1885..5b5a8f4 100644 --- a/pagure/templates/forks.html +++ b/pagure/templates/forks.html @@ -12,18 +12,24 @@ {% if repo.forks %}
{% for fork in repo.forks %} - +
- {{ fork.user.user }}/{{ fork.name }} + + + {{ fork.user.user }}/{{ fork.name }} +
+ + {{ fork.user.default_email | avatar(20) | safe }} + {{ fork.user.fullname }} forked this project + - Forked {{ fork.date_created|humanize }} + {{ fork.date_created|humanize }}
- +
{% endfor %}