diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 5f90a23..79ed71e 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -200,14 +200,16 @@ git push -u origin master
Branches
{% for branch in branches %} - {% if not branchname == branch %} -
+
+ {% if not branchname == branch %} - {{branch}} + {{ branch }} + {% else %} + {{ branch }} + {% endif %}
- {% endif %} {% endfor %}
Source GIT URLs{% if