2017-02-26 10:00:53 +01:00
|
|
|
<p> Git repo URL: <tt>#{repoUrl repo}</tt> / Branch: <tt> #{repoBranch repo}</tt>
|
2016-01-10 20:32:11 +01:00
|
|
|
$maybe repoLink <- maybeRepoLink
|
2017-02-26 10:00:53 +01:00
|
|
|
(Browse at <tt><a href="#{repoLink}">#{repoLink}</a></tt>)
|
2016-01-10 20:32:11 +01:00
|
|
|
$nothing
|
2015-12-12 18:53:20 +01:00
|
|
|
|
|
|
|
<h2>Leaderboard
|
|
|
|
|
2018-06-06 13:43:17 +02:00
|
|
|
^{Table.buildBootstrap (leaderboardTable muserId (challengeName challenge) scheme challengeRepo test) leaderboardWithRanks}
|
2016-02-15 22:11:46 +01:00
|
|
|
|
|
|
|
<div id="graph-container">
|
|
|
|
|
|
|
|
<script src="/static/js/sigma.min.js">
|
|
|
|
<script src="/static/js/sigma.parsers.json.min.js">
|
2018-07-28 22:10:55 +02:00
|
|
|
|
|
|
|
^{paramGraphsWidget challenge tests params}
|