Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
hide cran badges for bioc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 3, 2024
1 parent 6861e41 commit c3c10ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/frontend.html
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,6 @@ <h5 class="modal-title"></h5>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-annotation/1.4.0/chartjs-plugin-annotation.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery_lazyload/2.0.0-rc.2/lazyload.min.js"></script>
<script src="frontend/frontend.js?nocache=22"></script>
<script src="frontend/frontend.js?nocache=23"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion frontend/frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function add_table_row(x, user){
binaries, /*(user == 'bioconductor' || user == 'cran') ? null : [run_icon(oldwin, x), run_icon(oldmac, x)], */ rebuildlink, builddate, sysdeps]);
if(x._failure){
pkglink.after($("<a>").attr("href", x._failure.buildurl).append($("<small>").addClass('pl-1 font-weight-bold').text("(build failure)").css('color', 'red')));
} else if(user != 'bioconductor' && user != 'cran' && owner != 'cran') {
} else if(user != 'bioconductor' && user != 'bioc' && user != 'cran' && owner != 'cran') {
attach_cran_badge(package, upstream, pkglink);
}
row.appendTo("#packages-table-body");
Expand Down

0 comments on commit c3c10ce

Please sign in to comment.