From 88365a486922616f5c342c11d49d21ba490103d9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 11 2018 19:02:47 +0000 Subject: Show disabled branches on main project, ie: *not* forks Signed-off-by: Pierre-Yves Chibon --- diff --git a/template/repo_info.html b/template/repo_info.html index b584337..aac5798 100644 --- a/template/repo_info.html +++ b/template/repo_info.html @@ -508,7 +508,7 @@ $(function() { }); {% endif %} - {% if repo.is_fork %} + {% if not repo.is_fork %} disable_branches(); {% endif %}