diff --git a/pagure/templates/repo_info.html b/pagure/templates/repo_info.html index 09a23b1..f7d960a 100644 --- a/pagure/templates/repo_info.html +++ b/pagure/templates/repo_info.html @@ -111,8 +111,9 @@ git push -u origin master {% endif %} - {% for branch in g.branches if branch != head%} -
+ {% for branch in g.branches if branch != head %} +
{% if branchname != branch %} @@ -357,7 +358,6 @@ $(function() { title="' + branch +' is already in an opened pull-request">' + 'PR#' + res.message.branch_w_pr[branch] + ' \
'; - console.log(html); $('#branch-' + branch.replace('.', '\\.').replace('/', '__') + ' .branch_del').prepend(html); $('[data-toggle="tooltip"]').tooltip({placement : 'bottom'});