From b1c922aa090d97f7528602875ce5b7c68831e183 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 12 2016 22:53:14 +0000 Subject: hide fork button if the repo is a fork --- diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 5bcf803..a77427b 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -12,7 +12,7 @@ {% if repo.is_fork %}{% endif %}{{ repo.fullname }} - {% if authenticated and not repo_admin %} + {% if authenticated and not repo_admin and not repo.is_fork%}