Commit: da95460c0461b4f99e9675fe7822e6dc26650435 Author: Johannes Schlüter <johan...@schlueters.de> Tue, 25 Jul 2017 00:24:13 +0200 Parents: 3dc264bdfbf67c3931b0685d23d41a61908fd069 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=da95460c0461b4f99e9675fe7822e6dc26650435 Log: Revert previous commit as this doesn't seem to work on that version of jsrender We should look into alternatives, while I'm not a big fan of those modern JS libs, which require build pipelines etc. as they don't really match the current deployment model. Changed paths: M pulls/index.php Diff: diff --git a/pulls/index.php b/pulls/index.php index 5745553..6a5bef8 100644 --- a/pulls/index.php +++ b/pulls/index.php @@ -61,9 +61,7 @@ common_header(); } </style> <script id="repoListItemTemplate" type="text/x-jquery-tmpl"> - {{if open_issues}} <li data-repo="{{=name}}"><b><a href="#">{{=name}}:</a></b> {{=description}} ({{=open_issues}})</li> - {{/if}} </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