Commit:    f424d93929ced8dec73a7499390fb9bc38a3450d
Author:    Kalle Sommer Nielsen <ka...@php.net>         Sun, 2 Oct 2016 
04:34:19 +0200
Parents:   31fec37786afb1cb72bb45b7df22fc0dd807a9fb
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=f424d93929ced8dec73a7499390fb9bc38a3450d

Log:
Revert "Attempt at fixing the "()" bug with Github PRs if no PR is active for a 
repository"

This reverts commit 5daf8b8af1a46baf2403d802d8bd88794052e02e.

Changed paths:
  M  pulls/index.php


Diff:
diff --git a/pulls/index.php b/pulls/index.php
index 0172892..4c59bc3 100644
--- a/pulls/index.php
+++ b/pulls/index.php
@@ -61,13 +61,7 @@ common_header();
      }
    </style>
    <script id="repoListItemTemplate" type="text/x-jquery-tmpl">
-       <li data-repo="{{=name}}">
-               <b><a href="#">{{=name}}:</a></b> {{=description}}
-
-               {{if open_issues > 0}}
-                       ({{=open_issues}})
-               {{/if}}
-       </li>
+          <li data-repo="{{=name}}"><b><a href="#">{{=name}}:</a></b> 
{{=description}} ({{=open_issues}})</li>
    </script>
    <script id="repoOverviewTemplate" type="text/x-jquery-tmpl">
           <h2>{{=repoName}}</h2>


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to