gonito/templates/show-challenge.hamlet

14 lines
459 B
Plaintext
Raw Normal View History

$maybe repoLink <- maybeRepoLink
<p> Repo: <tt><a href="#{repoLink}">#{repoUrl repo}</a></tt> Branch: <tt> #{repoBranch repo}</tt>
$nothing
<p> Repo: <tt>#{repoUrl repo}</tt> Branch: <tt> #{repoBranch repo}</tt>
2015-12-12 18:53:20 +01:00
<h2>Leaderboard
2016-02-16 21:26:57 +01:00
^{Table.buildBootstrap (leaderboardTable (challengeName challenge)) leaderboardWithRanksAndCurrentUser}
<div id="graph-container">
<script src="/static/js/sigma.min.js">
<script src="/static/js/sigma.parsers.json.min.js">