From 874376985204a4f8a580202d2c418134d7fca23d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 03 2018 11:39:55 +0000 Subject: Show the fork button on forks There is no reason to prevent people forking forks Fixes https://pagure.io/pagure/issue/896 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 2c29968..3db132b 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -94,7 +94,6 @@
- {% if not repo.is_fork %} {% if g.repo_forked %} Fork {% endif %} - {% endif %}