From f926718499f01d3273136219f90a3de09234ed87 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 25 2016 14:42:16 +0000 Subject: Move up the check to skip the branch seen currently --- diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 3130879..4123c89 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -200,15 +200,14 @@ git push -u origin master
Branches
{% for branch in branches %} + {% if not branchname == branch %} + {% endif %} {% endfor %}