Skip to content

Commit b05dbbe

Browse files
committed
more to test
1 parent c53fddf commit b05dbbe

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

views/library_build_results.pug

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,15 @@ block prepend content
6666
| });
6767
| }
6868
script
69-
| window.repo_owner = "fmtlib";
70-
| window.repo_name = "fmt"
69+
| if ("#{lib.name}" === "fmt") {
70+
| window.repo_owner = "fmtlib";
71+
| window.repo_name = "fmt"
72+
| } else if ("#{lib.name}" === "beman_iterator_interface") {
73+
| window.repo_owner = "bemanproject";
74+
| window.repo_name = "iterator_interface"
75+
| } else {
76+
| console.log("Library not yet supported");
77+
| }
7178
| window.lib_name = "#{lib.name}";
7279
| window.lib_version = "#{lib.version}";
7380
script(src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous")

0 commit comments

Comments
 (0)