From 341322ecda3706bfad4cf6c5d2213c52f7a5fde1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jan 26 2016 15:56:47 +0000 Subject: Only split the line in columns if there is more than one column --- diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index cef9031..1aed123 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -201,7 +201,7 @@ git push -u origin master
{% for branch in branches %}
-
+
{% if not branchname == branch %}