gonito/templates/show-challenge.hamlet

15 lines
493 B
Plaintext
Raw Normal View History

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